]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl/cli: check trash allocation in cli_io_handler_commit_cert()
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 31 Oct 2019 10:43:45 +0000 (11:43 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 31 Oct 2019 10:48:01 +0000 (11:48 +0100)
commit33cc76f918e4a7a76360e88f6ed50f924befeef9
tree1943d2dfdb85b94f6e5df6c02f651e96ee86e63f
parentae6f125c7b33454770aaa363101384e8daafc2a2
BUG/MINOR: ssl/cli: check trash allocation in cli_io_handler_commit_cert()

Possible NULL pointer dereference found by coverity.

Fix #350 #340.
src/ssl_sock.c