]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cert I/O handler
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 14:24:02 +0000 (16:24 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 14:27:41 +0000 (16:27 +0200)
commitd1d2e4dfe54d72aad6d1b58e5126d99d2964481e
tree9e0db2abae7dcdf4ae0002f8ce3c57e502a8a958
parentd6c66f06ac149a0b02399a759faa4ae56ff6f227
BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cert I/O handler

Commit 3e94f5d4b ("BUG/MINOR: ssl_ckch: Dump cert 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.2.
src/ssl_ckch.c