]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cafile I/O handler
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 14:25:35 +0000 (16:25 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 14:27:49 +0000 (16:27 +0200)
commit677cb4fa91090a940ac9ba99049fb8584e7ae83d
tree1d759068df02e6701794c33ca9673cec5bf412e2
parentd1d2e4dfe54d72aad6d1b58e5126d99d2964481e
BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cafile I/O handler

Commit 5a2154bf7 ("BUG/MINOR: ssl_ckch: Dump CA transaction only once if
show command yield") introduced a regression leading to a build error
because of a possible uninitialized value. It is now fixed.

This patch must be backported as far as 2.5.
src/ssl_ckch.c