]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/evp/pmeth_lib.c
Fix CID 1466714 : Null pointer dereference in EVP_PKEY_CTX_ctrl() due to new call...
authorShane Lontis <shane.lontis@oracle.com>
Mon, 21 Sep 2020 00:59:20 +0000 (10:59 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 23 Sep 2020 07:16:38 +0000 (17:16 +1000)
commitd65ab22efdc707a3b8747d8827e2a92eafeaf786
tree518fec971dab73d76a4855ee79499db1719c1ae0
parent78ef571707eeb5c19ef86eafacf0e9867eb3174a
Fix CID 1466714 : Null pointer dereference in EVP_PKEY_CTX_ctrl() due to new call to evp_pkey_ctx_store_cached_data()

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