commit | 946580e17af62045707fd93a4bc46465024e5de4 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Mon Aug 29 18:36:18 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Aug 29 18:51:39 2022 +0200 |
tree | 0d4f21662d8be8f473d277575d17d8ce5e2aec6b | |
parent | 3a561370486c74d4ced6b7d20720353e8bd1054c [diff] |
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).