]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/evp_fetch_prov_test.c
Fix Coverity 1498610 & 1498609: uninitised value
authorPauli <pauli@openssl.org>
Wed, 16 Mar 2022 03:36:57 +0000 (14:36 +1100)
committerPauli <pauli@openssl.org>
Wed, 23 Mar 2022 00:05:30 +0000 (11:05 +1100)
commit3e35d3a4808526b9586bb87d423d488cf1b18d95
tree235980766b4756dfbe6542f83396c0465b2c7e26
parent9e1a54f4a187195fc417ad0f90e84d208d478968
Fix Coverity 1498610 & 1498609: uninitised value

Both are false positives, but better to be rid of them forever than ignoring
them and having repeats.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17895)
test/evp_fetch_prov_test.c