commit | f64a05979d1f744d1726755f4ee9adb5580adef7 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Mon Mar 13 15:56:33 2023 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Mar 14 11:07:32 2023 +0100 |
tree | c86882d65f14982442b83d53c78db3c1a36efce2 | |
parent | a6c0a59e9af65180c3ff591b91855bea8d19b352 [diff] |
BUG/MINOR: ssl: Fix double free in ocsp update deinit If the last update before a deinit happens was successful, the pointer to the httpclient in the ocsp update context was not reset while the httpclient instance was already destroyed.