]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: netscaler: Don't forget to allocate storage for conn->src/dst.
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 22 Jan 2020 14:31:09 +0000 (15:31 +0100)
committerOlivier Houchard <cognet@ci0.org>
Wed, 22 Jan 2020 14:33:03 +0000 (15:33 +0100)
commit1a9dbe58a66516e6acc504ed2f185fd9d86a5e6d
treeec6c86d80a9c738993b81017051bce4d4fb98690
parent1a693fc2fd0416c8f46be207d6e14a52868b20b7
BUG/MEDIUM: netscaler: Don't forget to allocate storage for conn->src/dst.

In conn_recv_netscaler_cip(), don't forget to allocate conn->src and
conn->dst, as those are now dynamically allocated. Not doing so results in
getting a crash when using netscaler.
This should fix github issue #460.

This should be backported to 2.1.
src/connection.c