check the return value of BN_dup() in rsa_lib.c:1248
authorx2018 <xkernel.wang@foxmail.com>
Tue, 30 Nov 2021 12:33:32 +0000 (20:33 +0800)
committerTomas Mraz <tomas@openssl.org>
Thu, 2 Dec 2021 08:51:16 +0000 (09:51 +0100)
commit9d1a27051dcd4e7a621df54a073587c6c4486476
tree104d4096b9708c3dc0d7ad856d63797cd22c23ac
parent07ba69483a7d8005a53284cbde55b9dac8c5c554
check the return value of BN_dup() in rsa_lib.c:1248

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17168)
crypto/rsa/rsa_lib.c