]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: fix deinit of the ca-file tree
authorWilliam Lallemand <wlallemand@haproxy.org>
Mon, 29 Aug 2022 16:36:18 +0000 (18:36 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 29 Aug 2022 16:51:39 +0000 (18:51 +0200)
commit946580e17af62045707fd93a4bc46465024e5de4
tree0d4f21662d8be8f473d277575d17d8ce5e2aec6b
parent3a561370486c74d4ced6b7d20720353e8bd1054c
BUG/MINOR: ssl: fix deinit of the ca-file tree

Commit b0c4827 ("BUG/MINOR: ssl: free the cafile entries on deinit")
introduced a double free.

The node was never removed from the tree before its free.

Fix issue #1836.

Must be backported where b0c4827 was backported. (2.6 for now).
src/ssl_ckch.c