On Tue, May 28, 2002 at 11:38:31PM -0000, Justin Erenkrantz wrote: > jerenkrantz 02/05/28 16:38:31 > > Modified: . CHANGES > modules/http http_protocol.c http_request.c > Log: > Correctly return 413 when an invalid chunk size is given on input. > > - If get_chunk_size() returns a negative number, that probably implies > an overflow. So, create a 413 error and pass it to the output filters.
I think get_chunk_size() should make sure that it's not overflowing a long, and then return failure if that happens. I'll see if I can produce a patch soonish. -aaron
