CLEANUP: ssl: Fix coverity issues found in CA file hot update code
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 18 May 2021 08:06:00 +0000 (10:06 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 18 May 2021 08:52:54 +0000 (10:52 +0200)
commita6b27840998faf1eed491a81d56f0bf6c1213a2a
tree686e57811d6c9ffd58793636e5e90fd66be828be
parent0b03895620dd4bb04da4fc800f46722fce13ae09
CLEANUP: ssl: Fix coverity issues found in CA file hot update code

Coverity found a few uninitialized values and some dead code in the
CA/CRL file hot update code as well as a missing return value check.
src/ssl_ckch.c