]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl/cli: out of bounds when built without ocsp/sctl
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 23 Oct 2019 13:00:52 +0000 (15:00 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 23 Oct 2019 13:05:00 +0000 (15:05 +0200)
commitf29cdefccd899f7e98f21c971cb5f4257b72dce5
tree5eb203a0843a0b71dcf8a5bad12e4d008a8a2517
parent541a534c9f64c505380b936ff15ce91a8179dfa0
BUG/MINOR: ssl/cli: out of bounds when built without ocsp/sctl

Commit 541a534 ("BUG/MINOR: ssl/cli: fix build of SCTL and OCSP")
introduced a bug in which we iterate outside the array durint a 'set ssl
cert' if we didn't built with the ocsp or sctl.
src/ssl_sock.c