]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: leak in ssl-f-use
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 9 Oct 2025 12:57:37 +0000 (14:57 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 10 Oct 2025 09:22:37 +0000 (11:22 +0200)
commitd9365a88a5afb4bb10c9119dec6b1b5c616d847b
treed09792d1d9b4747c2411d003dea3555de13313e1
parentcbe5221182b24f549ba8bbabeaaaccd2370a2444
BUG/MINOR: ssl: leak in ssl-f-use

Fix the leak of the filename in the struct cfg_crt_node which is a
temporary structure used for ssl-f-use initialization.

Must be backported to 3.2.
src/cfgparse-ssl.c