]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: ssl: memory leak when trying to load a directory with ca-file
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 26 Apr 2022 13:57:33 +0000 (15:57 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 26 Apr 2022 14:15:23 +0000 (16:15 +0200)
commit4cfbf3c014cf013542533d46b21ccc518ad8866c
treeaf7fae4b896b71741d872d2e8c2d6f4693a9155b
parentb0c4827c2f0332910cb459cd9898da5c392f8f36
BUG/MINOR: ssl: memory leak when trying to load a directory with ca-file

This patch fixes a memory leak of the ca structure when trying to load a
directory with the ca-file directive.

No backport needed.
src/ssl_ckch.c