]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: connection: avoid null pointer dereference in send-proxy-v2
authorIlya Shipitsin <chipitsine@gmail.com>
Fri, 14 Sep 2018 19:50:05 +0000 (00:50 +0500)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Oct 2018 02:07:43 +0000 (04:07 +0200)
commitca56fce8bd271928b18d38b439bd35bd273fe8d4
tree3692d252bf9975d60d9d9e9d0e3f1b828a18b06b
parent2793578eaf934bbf28f742a35f3a1ae656280324
BUG/MINOR: connection: avoid null pointer dereference in send-proxy-v2

found by coverity.

[wt: this bug was introduced by commit 404d978 ("MINOR: add ALPN
 information to send-proxy-v2"). It might be triggered by a health
 check on a server using ppv2 or by an applet making use of such a
 server, if at all configurable].

This needs to be backported to 1.8.
src/connection.c