Fix Coverity 1503325 use after free
authorPauli <pauli@openssl.org>
Fri, 1 Apr 2022 01:20:26 +0000 (12:20 +1100)
committerPauli <pauli@openssl.org>
Fri, 6 May 2022 08:21:22 +0000 (18:21 +1000)
commit71b7f34978c7332562300487af497559b67f600a
tree25a2b1dc4c28d59817100d4f6791dec60de9c346
parent66cb4fcdc5039fe5b1476ed48a936137a307a58b
Fix Coverity 1503325 use after free

Another reference counting false positive, now negated.

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