]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl/ckch: leak in error path
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 2 Apr 2025 07:42:44 +0000 (09:42 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 2 Apr 2025 07:53:48 +0000 (09:53 +0200)
commit2e8acf54d49c8076b7571bac7c9601068c62a7b9
treea0b2b5cb7044b80e83926628600b36d976de9afa
parent9fe72bba3cf3484577fa1ef00723de08df757996
BUG/MINOR: ssl/ckch: leak in error path

fdcb97614cb ("MINOR: ssl/ckch: add substring parser for ckch_conf")
introduced a leak in the error path when the strndup fails.

This patch fixes issue #2920. No backport needed.
src/ssl_ckch.c