Add checks for NULL return from EC_KEY_get0_group()
authorTomas Mraz <tomas@openssl.org>
Fri, 22 Jan 2021 12:59:54 +0000 (13:59 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 26 Jan 2021 14:26:49 +0000 (15:26 +0100)
commit82a46200911f2bb1af00b6921c0db9738825aa76
tree7f649219bfd9d88248bcb035b25024c2ab524da6
parentf468e2f95160defb7ab7461f8217697add762b90
Add checks for NULL return from EC_KEY_get0_group()

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13139)
crypto/ec/ec_pmeth.c
crypto/evp/p_lib.c