]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http: url32+src should check cli_conn before using it
authorDragan Dosen <ddosen@haproxy.com>
Thu, 16 Jun 2016 09:23:01 +0000 (11:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 16 Jun 2016 10:53:25 +0000 (12:53 +0200)
commitdb5af61f3cae7f937b56994c0b7c153f7ceeb366
tree78825e2aac301f4d1224722afca7763874ab0322
parente5f4133b197a57a4043c180b21649ea67c3a2a11
BUG/MINOR: http: url32+src should check cli_conn before using it

In function smp_fetch_url32_src(), it's better to check the value of
cli_conn before we go any further.

This patch needs to be backported to 1.6 and 1.5.
src/proto_http.c