]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a use after free issue when a provider context is being used and isn't cached
authorPauli <ppzgs1@gmail.com>
Wed, 3 Feb 2021 07:47:38 +0000 (17:47 +1000)
committerPauli <ppzgs1@gmail.com>
Thu, 4 Feb 2021 04:35:25 +0000 (14:35 +1000)
commit8549b97214ce1b4ba61eae893c80d9b0ed7e35f0
tree021075b49160b0a612f77001cc54f0c43d253565
parent9db6af922c48c5cab5398ef9f37e425e382f9440
Fix a use after free issue when a provider context is being used and isn't cached

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14053)
crypto/evp/digest.c