]> 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:48 +0000 (14:29 +0100)
commitafbea17ded816aba6d7106671b405de82da5c6f3
tree47ce9db78a5a747c38372626fbde80045236ccbc
parent886e6855c3fd5ea977b36afea5a2aa31b7cdd01c
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