https://bz.apache.org/bugzilla/show_bug.cgi?id=62198

--- Comment #1 from Eric Covener <[email protected]> ---
seems like one band-aid would be to allow the core input filter to pass a
larger static max length to apr_brigade_split_line, e.g. 2x so callers who real
limits are lost as they call ap_get_brigade() are much safer for the typical
scenarios where the limit is only boosted by a few KB. (8 to 12/16 or KB)

This would mean apr_brigade_split_line would not leave the full line unread for
< 16k even ap_rgetline_core was only willing to take the default 8k or
something like 12 k.

But really ap_rgetline_core() should be ditching all of this excess when
trying to read a line.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to