]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: free the cafile entries on deinit
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 26 Apr 2022 13:44:53 +0000 (15:44 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 26 Apr 2022 14:15:23 +0000 (16:15 +0200)
commitb0c4827c2f0332910cb459cd9898da5c392f8f36
tree6daca8d3c571ffa9d7924f72c28da9f5c572eee2
parentc2d3db44ad4e8016646c4b83eb8ad837956644c8
BUG/MINOR: ssl: free the cafile entries on deinit

The cafile_tree was never free upon deinit, making valgrind and ASAN
complains when haproxy quits.

This could be backported as far as 2.2 but it requires the
ssl_store_delete_cafile_entry() helper from
5daff3c8abc658760a0d0c5fbbc633bfff1afe44.
src/ssl_ckch.c