Skip to content

Commit

Permalink
Fix segfault in http parser execute
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Apr 29, 2012
1 parent 48981ec commit 33af540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lhttp_parser.c
Expand Up @@ -84,7 +84,7 @@ static JSBool lhttp_parser_execute(JSContext *cx, unsigned argc, jsval *vp) {
http_parser* parser;
size_t chunk_len;
char *chunk;
size_t offset;
int offset;
size_t length;
size_t nparsed;

Expand Down

0 comments on commit 33af540

Please sign in to comment.