commit | aa529f776d24ecc84239a97456ed4835b6589350 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Thu Nov 03 15:16:49 2022 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Nov 04 11:40:29 2022 +0100 |
tree | c3143ae7965e3eeeb1ba0c8710d3126995065753 | |
parent | 1621dc1cc59cf99c8d5e02c0f300f1cd743cafa1 [diff] |
BUG/MINOR: ssl: ocsp structure not freed properly in case of error In case of error, the ocsp item might already be in the ocsp certificate tree but simply freed instead of destroyed through ssl_sock_free_ocsp. This patch can be backported to all stable versions.