commit | 14d7f0eb486481badeea89bfa4b7a446479b4321 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Mon Jan 09 12:02:45 2023 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Jan 09 15:43:41 2023 +0100 |
tree | 6a2067d58ff0867d0fb2a0e0d8668e544ac66bdc | |
parent | 112b16a4d01b61781b51639715676b18676c3a6f [diff] |
MINOR: ssl: Release ssl_ocsp_task_ctx.cur_ocsp when destroying task In the unlikely event that the OCSP udpate task is killed in the middle of an update process (request sent but no response received yet) the cur_ocsp member of the update context would keep an unneeded reference to a certificate_ocsp object. It must then be freed during the task's cleanup.