Skip to content
Commit a2e1ec4e authored by Aaron Bannert's avatar Aaron Bannert
Browse files

Fix a big memory leak bug related to arbitrarily large header lines.

The core input filter would happily consume all the data you gave it
in a header line, looking for that one LF. This patch limits that
"getline" functionality to HUGE_STRING_LEN (8192 bytes).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91711 13f79535-47bb-0310-9956-ffa450edef68
parent 06d2a4c8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment