Fix potential NULL dereference in ossl_ec_key_dup()
authorTomas Mraz <tomas@openssl.org>
Mon, 19 Apr 2021 13:50:35 +0000 (15:50 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 22 Apr 2021 14:46:20 +0000 (16:46 +0200)
commitdb6b1266ab30945de2d14fbc62e9c3c308cce897
tree8624d986df1c5f28391e74490101c021a5c81291
parent59088414bc3b863a3dc287de76c53464bd7ff6fa
Fix potential NULL dereference in ossl_ec_key_dup()

Fixes Coverity ID 1476282

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