]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: server/ssl: free the SNI sample expression
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 16 Mar 2022 16:48:19 +0000 (17:48 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 16 Mar 2022 17:03:15 +0000 (18:03 +0100)
commit43c2ce4d81d8184007a8eb49240b81687c213dec
tree33751ff8ff7d4251dd981242addbe1332bc01d22
parent715c101a196187a4f4c9a60093e30b1a1a434483
BUG/MINOR: server/ssl: free the SNI sample expression

ASAN complains about the SNI expression not being free upon an haproxy
-c. Indeed the httpclient is now initialized with a sni expression and
this one is never free in the server release code.

Must be backported in 2.5 and could be backported in every stable
versions.
src/ssl_sock.c