]> git.ipfire.org Git - thirdparty/openssl.git/commit
EVP_PKEY_fromdata(): Do not return newly allocated pkey on failure
authorTomas Mraz <tomas@openssl.org>
Tue, 4 Jan 2022 10:53:30 +0000 (11:53 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 7 Jan 2022 08:51:04 +0000 (09:51 +0100)
commit5b03b89f7f925384c2768874c95f1af7053fd16f
tree3585efa601cbdd5f5256c6c96f28d2b85b2a50eb
parent7b1264baab7edd82fea8b27d9ddec048bafc0048
EVP_PKEY_fromdata(): Do not return newly allocated pkey on failure

Fixes #17407

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17411)
crypto/evp/pmeth_gn.c