]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: peers: Possible appctx pointer dereference.
authorFrédéric Lécaille <flecaille@haproxy.com>
Sun, 17 Jan 2021 12:08:39 +0000 (13:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 17 Jan 2021 20:58:03 +0000 (21:58 +0100)
commit4b1a05fcf81b4343d29aeb86394d44f29d2116a4
tree4b03b7c9b0e65e6fba9f0d8d26b48eda2172046b
parent6ca89162dc881df8fecd7713ca1fe5dbaa66b315
BUG/MINOR: peers: Possible appctx pointer dereference.

This bug may occur when enabling peers traces. It is possible that
peer->appctx is NULL when entering peer_session_release().
src/peers.c