]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: ssl_sock_load_issuer_file_into_ckch memory leak
authorEmmanuel Hocdet <manu@gandi.net>
Thu, 16 Jan 2020 13:45:00 +0000 (14:45 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 21 Jan 2020 09:44:33 +0000 (10:44 +0100)
commiteb73dc34bbfbb5ffe8d9f3eb9d07fe981c938d8f
treea94aeb8744df5ef4cf42ae86a762b9ed0d4e1e8d
parent0667faebcf55562d86c30af63f36fe86ba58fff9
BUG/MINOR: ssl: ssl_sock_load_issuer_file_into_ckch memory leak

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

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