]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix coverity CID #1454638 - Dereference after NULL check in EVP_MD_CTX_gettable_params()
authorShane Lontis <shane.lontis@oracle.com>
Tue, 11 Aug 2020 07:09:18 +0000 (17:09 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 24 Aug 2020 01:19:28 +0000 (11:19 +1000)
commit825ccf515528f289ae3dfe3b34d6252c4764069a
tree3c752f1a89ce3983f0a664adb1ff1043d509231a
parent10ead93897ab48233d66cc40bfdc146d6c95c4a7
Fix coverity CID #1454638 - Dereference after NULL check in EVP_MD_CTX_gettable_params()

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12628)
crypto/evp/digest.c