check the return value of BN_new() and BN_dup()
authorx2018 <xkernel.wang@foxmail.com>
Mon, 1 Nov 2021 12:36:54 +0000 (20:36 +0800)
committerTomas Mraz <tomas@openssl.org>
Wed, 3 Nov 2021 13:28:23 +0000 (14:28 +0100)
commitd99004fe5de934120765d342586f08d22131b8ed
tree105a1ee37f0b337038ce407eea61ffbc0a7046ee
parent6450ea27ffdc22194f27e90796ce5538af2d81e2
check the return value of BN_new() and BN_dup()

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16948)
test/testutil/tests.c