]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl/crtlist: handle crt_path == cc->crt in crtlist_load_crt()
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 12 Feb 2025 14:29:39 +0000 (15:29 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 17 Feb 2025 17:26:37 +0000 (18:26 +0100)
commit0330011acf699b5172c6b31c0f0d4acc3ad964f6
tree31c5400edeb63ef5877b2a8f5fd5d2c287e3d182
parent69163cd63ed11d5ac922714d7a8672b4c8a38a55
MINOR: ssl/crtlist: handle crt_path == cc->crt in crtlist_load_crt()

Handle the case where crt_path == cc->crt, so the pointer doesn't get
free'd before getting strdup'ed in crtlist_load_crt().
src/ssl_crtlist.c