]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix Coverity 1498605 & 1498606: uninitialised value
authorPauli <pauli@openssl.org>
Wed, 16 Mar 2022 03:41:37 +0000 (14:41 +1100)
committerPauli <pauli@openssl.org>
Wed, 6 Jul 2022 00:37:12 +0000 (10:37 +1000)
commit2e3e9b4887b5077b949cdee490ecc1526b2c5509
treeb57b17f8b0c91b3bc0793ddb57adb0082b9ed9ec
parenta39a4c81041abf4833c9ccfe65c39aac18e7a2bf
Fix Coverity 1498605 & 1498606: uninitialised value

Both of these are false positives but better to be rid of the issue permanently
than for it to repeatedly return to haunt us.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17896)
providers/implementations/ciphers/cipher_des_hw.c
providers/implementations/ciphers/cipher_tdes_default_hw.c