]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: memory leak w/ the ocsp_issuer
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 23 Jan 2020 10:53:13 +0000 (11:53 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 23 Jan 2020 10:57:39 +0000 (11:57 +0100)
commit5c3c96fd361f7ab6ae237af802d04fe31720da1b
tree96d67f329514c5d1270f0f4cc5099ced82a81d0d
parentb829dda57b4c8a44eff53682ed56492ad46ce3ad
BUG/MINOR: ssl: memory leak w/ the ocsp_issuer

This patch frees the ocsp_issuer in
ssl_sock_free_cert_key_and_chain_contents().

Shoudl be backported in 2.1.
src/ssl_sock.c