]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl/crt-list: exit on warning out of crtlist_parse_line()
authorWilliam Lallemand <wlallemand@haproxy.org>
Mon, 28 Sep 2020 13:45:16 +0000 (15:45 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 28 Sep 2020 13:48:54 +0000 (15:48 +0200)
commit20b0fed28cc0e5d890dc441ffc73b95ceb25c8d2
tree181cc0b361d9c16a0688266217dbf391044628e4
parent25407965fdf607f98dd7d134aad0d3d79e16cde0
BUG/MINOR: ssl/crt-list: exit on warning out of crtlist_parse_line()

We should not exits on error out of the crtlist_parse_line() function.
The cfgerr error must be checked with the ERR_CODE mask.

Must be backported in 2.2.
src/ssl_crtlist.c