commit | 87a0db9993b057b1fe7309ddedda7de0f55d6be2 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Fri Apr 10 17:13:09 2020 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Apr 10 17:43:58 2020 +0200 |
tree | f1c52703504a39e96b1f7a52f8e44160166b8a55 | |
parent | e718dfb4c2d643c696fa544c27103262b664f320 [diff] |
BUG/MINOR: ssl: ssl_conf always set to NULL on crt-list parsing When reading a crt-list file, the SSL options betweeen square brackets are parsed, however the calling function sets the ssl_conf ptr to NULL leading to all options being ignored, and a memory leak. This is a remaining of the previous code which was forgotten. This bug was introduced by 97b0810 ("MINOR: ssl: split the line parsing of the crt-list").