search for: nheader

Displaying 3 results from an estimated 3 matches for "nheader".

Did you mean: header
1998 Aug 08
0
Apache bug, eats memory...
...rt/home/cvs/apache-1.3/src/main/http_protocol.c,v retrieving revision 1.229 diff -u -r1.229 http_protocol.c --- http_protocol.c 1998/08/06 17:30:30 1.229 +++ http_protocol.c 1998/08/07 23:02:56 @@ -714,6 +714,7 @@ int len; char *value; char field[MAX_STRING_LEN]; + int nheaders=0; /* * Read header lines until we get the empty separator line, a read error, @@ -723,6 +724,11 @@ char *copy = ap_palloc(r->pool, len + 1); memcpy(copy, field, len + 1); + if(++nheaders == 100) { + r->status = HTTP_BAD_REQUEST; + re...
2008 Mar 24
0
HOgg 0.4.0 Release
...able inclusion of Skeleton in output of rip, chop etc. hogg dump: Fixed display of timestamps for keyframes, and when frame number and framerate had a common divisor (by avoiding Rational simplification). Codec-specific changes: * add support for parsing CELT headers and granulepos * read nheaders from bos pages for speex and flac * record Ogg FLAC's Ogg mapping version in hogg info Documentation changes: * Add README to source tarball * Added long descriptions to help for each subcommand. * hogg selfcheck: checks that the help examples are valid, ie. that the commandlines...
1998 Aug 02
0
ipportfw - security
...rt/home/cvs/apache-1.3/src/main/http_protocol.c,v retrieving revision 1.229 diff -u -r1.229 http_protocol.c --- http_protocol.c 1998/08/06 17:30:30 1.229 +++ http_protocol.c 1998/08/07 23:02:56 @@ -714,6 +714,7 @@ int len; char *value; char field[MAX_STRING_LEN]; + int nheaders=0; /* * Read header lines until we get the empty separator line, a read error, @@ -723,6 +724,11 @@ char *copy = ap_palloc(r->pool, len + 1); memcpy(copy, field, len + 1); + if(++nheaders == 100) { + r->status = HTTP_BAD_REQUEST; + re...