]> git.ipfire.org Git - thirdparty/openssl.git/commit
check the return value of OPENSSL_strdup(CRYPTO_strdup) to prevent potential memory...
authorx2018 <xkernel.wang@foxmail.com>
Tue, 23 Nov 2021 13:33:17 +0000 (21:33 +0800)
committerPauli <ppzgs1@gmail.com>
Thu, 25 Nov 2021 02:03:40 +0000 (12:03 +1000)
commitdd0c0eb7a54aed1d0b8b71ad22253558dc26d646
treefde806090f14eb8c15ec7993390465b7efbacfea
parentea4d670a094a2b5daa13ad13db247653a224a17d
check the return value of OPENSSL_strdup(CRYPTO_strdup) to prevent potential memory access error

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

(cherry picked from commit b9648f31a4917b8594caebda3e6d8d313514fe24)
apps/lib/app_rand.c