commit | 909086ea61c985bce9ac4d015e47eeb45586a6de | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Tue Mar 17 16:53:27 2020 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Mar 17 16:57:34 2020 +0100 |
tree | 35d8d92fb3187a1d3564d5bcb3611103ef8a1792 | |
parent | a7bf57352059277239794950f9aac33d05741f1a [diff] |
BUG/MINOR: ssl: memory leak in crtlist_parse_file() A memory leak happens in an error case when ckchs_load_cert_file() returns NULL in crtlist_parse_file(). This bug was introduced by commit 2954c47 ("MEDIUM: ssl: allow crt-list caching") This patch fixes bug #551.