]> git.ipfire.org Git - thirdparty/openssl.git/commit
cmp_vfy_test.c: Avoid NULL pointer dereference
authorTomas Mraz <tomas@openssl.org>
Fri, 20 Sep 2024 12:42:52 +0000 (14:42 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 7 Oct 2024 15:41:22 +0000 (17:41 +0200)
commit5bc13d5d8c8b65b09031baa954a245c889c0b19a
tree995c712e4295b0c56ca8f09f2289fc05294262e7
parent445017152b6806b6b02235f72244150115c08cee
cmp_vfy_test.c: Avoid NULL pointer dereference

Fixes Coverity 1619463

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25503)
test/cmp_vfy_test.c