Re: [PATCH] BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers

2016-03-29 Thread Willy Tarreau
On Tue, Mar 29, 2016 at 01:14:30PM +0200, Nenad Merdanovic wrote: > 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. Thanks Nenad for

[PATCH] BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers

2016-03-29 Thread Nenad Merdanovic
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 --- src/proto_http.c | 7 +-- 1 file