BUG/MINOR: ssl: Fix double free in ocsp update deinit
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Mon, 13 Mar 2023 14:56:33 +0000 (15:56 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 14 Mar 2023 10:07:32 +0000 (11:07 +0100)
commitf64a05979d1f744d1726755f4ee9adb5580adef7
treec86882d65f14982442b83d53c78db3c1a36efce2
parenta6c0a59e9af65180c3ff591b91855bea8d19b352
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.
src/ssl_ocsp.c