commit | 43c2ce4d81d8184007a8eb49240b81687c213dec | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Wed Mar 16 17:48:19 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Mar 16 18:03:15 2022 +0100 |
tree | 33751ff8ff7d4251dd981242addbe1332bc01d22 | |
parent | 715c101a196187a4f4c9a60093e30b1a1a434483 [diff] |
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.