commit | a64593c80ddd4c73af09491140786537de3b4a16 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Tue Mar 17 20:11:41 2020 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Mar 17 20:28:06 2020 +0100 |
tree | 2a99eeee7bf9242d201517a6b25f355ed9808cc5 | |
parent | c62d9ab7cb65fc9d0c7383dbb46e123da096385d [diff] |
BUG/MINOR: ssl: memleak of struct crtlist_entry There is a memleak of the entry structure in crtlist_load_cert_dir(), in the case we can't stat the file, or this is not a regular file. Let's move the entry allocation so it's done after these tests. Fix issue #551.