]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: ssl: NULL dereference in ssl_sock_load_cert_sni()
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 14 Oct 2019 08:46:58 +0000 (10:46 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 14 Oct 2019 08:57:16 +0000 (10:57 +0200)
commite15029bea9a33cc0f7b392bf136ec2e49b17aba7
tree210f8390c458df4c94266af83bc0948213927f85
parent246c0246d35078f554ca3b35e4e3722de721395a
BUG/MEDIUM: ssl: NULL dereference in ssl_sock_load_cert_sni()

A NULL dereference can occur when inserting SNIs. In the case of
checking for duplicates, if there is already several sni_ctx with the
same key.

Fix issue #321.
src/ssl_sock.c