]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix coverity CID #1452773 - Dereference before NULL check in EVP_DigestFinal_ex()
authorShane Lontis <shane.lontis@oracle.com>
Tue, 11 Aug 2020 07:31:11 +0000 (17:31 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 24 Aug 2020 01:19:28 +0000 (11:19 +1000)
commit4bec3f6d5103c8244aa50d5d5a5b0374c91e7dfb
tree084d549230985bca70ca318fda81b5a398af4230
parent1f9ad4f953fb178137dbcd625da5ee2440b5449d
Fix coverity CID #1452773 - Dereference before NULL check in EVP_DigestFinal_ex()

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