]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers
authorNenad Merdanovic <nmerdan@anine.io>
Tue, 29 Mar 2016 11:14:30 +0000 (13:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Mar 2016 14:03:41 +0000 (16:03 +0200)
commit69ad4b997701b08e9de48fce4dc4ceeb7d80cb32
tree2137bccaa0fbc68f87416fa4e335283e207c7bed
parent1789115a52e5c512746717aacd71346a1e328ad5
BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers

Similar issue was fixed in 67dad27, but the fix is incomplete. Crash still
happened when utilizing req.fhdr() and sending exactly MAX_HDR_HISTORY
headers.

This fix needs to be backported to 1.5 and 1.6.

Signed-off-by: Nenad Merdanovic <nmerdan@anine.io>
src/proto_http.c