]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a NULL check to EVP_PKEY_assign
authorjwalch <jeremy.walch@gmail.com>
Thu, 10 Sep 2020 02:36:00 +0000 (22:36 -0400)
committerTomas Mraz <tmraz@fedoraproject.org>
Thu, 17 Sep 2020 07:36:52 +0000 (09:36 +0200)
commit4bb73d5409c056a878f526280f86cc3c01f8cd68
tree42e6f7ee3b30f4346f58d9cf36a4cee7950775a2
parent8230710f04ed70fee41ec3ed8f3e4b1af55be05a
Add a NULL check to EVP_PKEY_assign

Fixes  #12619

Update p_lib.c

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12863)
crypto/evp/p_lib.c
test/ecdsatest.c