]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: ssl: ssl_sock_load_sctl_from_file memory leak
authorEmmanuel Hocdet <manu@gandi.net>
Thu, 16 Jan 2020 14:15:49 +0000 (15:15 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 21 Jan 2020 09:44:33 +0000 (10:44 +0100)
commit224a087a271b513b3f0a0f08ed23cde42919e0f6
treedee761729e9bd7fdcbadc8deb612678d9c1d648e
parenteb73dc34bbfbb5ffe8d9f3eb9d07fe981c938d8f
BUG/MINOR: ssl: ssl_sock_load_sctl_from_file memory leak

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

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