Fix Coverity 1503322, 1503324, 1503328 memory accesses
authorPauli <pauli@openssl.org>
Fri, 1 Apr 2022 01:27:15 +0000 (12:27 +1100)
committerPauli <pauli@openssl.org>
Fri, 6 May 2022 08:21:28 +0000 (18:21 +1000)
commita381897470f5c6ac2f4e71f48d33d71cde7873dd
tree7fb3a98e57c0b8df06aa573c74442f4933f34b26
parent71b7f34978c7332562300487af497559b67f600a
Fix Coverity 150332215033241503328 memory accesses

These are all false positives result from Coverity not understanding our
up_ref and free pairing.

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/exchange.c