BUG/MINOR: ssl_ckch: Init right field when parsing "commit ssl crl-file" cmd
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 09:32:05 +0000 (11:32 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 10:12:04 +0000 (12:12 +0200)
commitf814c4aa987700de45136fe0cf1f3a41d3f5da8c
treebfbac048316ea73ad680898b79058c4a9859a285
parent3e94f5d4b6ee7f19ead9925df080e31b60910ef5
BUG/MINOR: ssl_ckch: Init right field when parsing "commit ssl crl-file" cmd

.next_ckchi_link field must be initialized to NULL instead of .next_ckchi in
cli_parse_commit_crlfile() function. Only '.nex_ckchi_link' is used in the
I/O handler.

This patch must be backported as far as 2.5 with some adaptations for the 2.5.
src/ssl_ckch.c