]> git.ipfire.org Git - thirdparty/openssl.git/commit
check the return value of CRYPTO_strdup()
authorxkernel <xkernel.wang@foxmail.com>
Mon, 21 Feb 2022 07:17:46 +0000 (15:17 +0800)
committerPauli <pauli@openssl.org>
Mon, 28 Feb 2022 08:26:49 +0000 (19:26 +1100)
commit37be6feeebfec87733e5cb4762fc12bebba9f124
tree0ac020bc273e3257b1fb8c9f740368cf9b2b15f9
parent28e141c45d36757e052b72685fb874968f013d43
check the return value of CRYPTO_strdup()

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17741)
apps/req.c
apps/s_client.c