]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Fix uninitialized variable in CRL reloading corner case
authorJouni Malinen <j@w1.fi>
Mon, 11 Feb 2019 12:00:13 +0000 (14:00 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 11 Feb 2019 12:02:17 +0000 (14:02 +0200)
commit91205c8eb4e63ccc712edb8024f53fee15acb58e
treeec40901cdf93b803ca9ee0cf0fe3a886e3ff4998
parent092a19222b1f10f4645c3f9b0e44129b17595f22
OpenSSL: Fix uninitialized variable in CRL reloading corner case

The flags variable needs to be initialized to 0 if check_crl is 0 in
the updated configuration.

Fixes: 159a7fbdeafe ("crl_reload_interval: Add CRL reloading support")
Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/tls_openssl.c