]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: fix leak in ssl-f-use parser upon error
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 16 Feb 2026 14:56:21 +0000 (15:56 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 16 Feb 2026 15:04:35 +0000 (16:04 +0100)
commite0d1cdff6a277ba52f32b8ef119908a32efbfe6c
tree52ba09f41b09734fada14a5b694f34c6cbba5ece
parent86df0e206e94ebfc2a87bf60ec74e86cc0235ffa
BUG/MINOR: ssl: fix leak in ssl-f-use parser upon error

cfg_crt_node->filename is leaked on the error path in the ssl-f-use
configuration parser.

Could be backported as far as 3.2
src/cfgparse-ssl.c