]> git.ipfire.org Git - thirdparty/openssl.git/commit
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:29:16 +0000 (14:29 +0100)
commit3f671950747ed2a6655e9a0dbc08fcd9a8285091
tree5cdf62c06f8de742db7ec20f400c1953ab858446
parentc686efc43fe1327451b5a7f5638c9efc3085d784
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)

(cherry picked from commit d99004fe5de934120765d342586f08d22131b8ed)
test/testutil/tests.c