]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: ssl_sock_load_ocsp_response_from_file memory leak
authorEmmanuel Hocdet <manu@gandi.net>
Thu, 16 Jan 2020 13:41:36 +0000 (14:41 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 21 Jan 2020 09:44:33 +0000 (10:44 +0100)
commit0667faebcf55562d86c30af63f36fe86ba58fff9
treecff56453ba66c9a6597af47a35cfacafa518e975
parentebf840bf370c07a98e06f99b396ddddbe5585bb5
BUG/MINOR: ssl: ssl_sock_load_ocsp_response_from_file memory leak

"set ssl cert <filename.ocsp> <payload>" CLI command must free
previous context.

This patch should be backport to 2.1
src/ssl_sock.c