check return value of functions that call BIO_new() internally
authorxkernel <xkernel.wang@foxmail.com>
Mon, 7 Mar 2022 08:06:17 +0000 (16:06 +0800)
committerTomas Mraz <tomas@openssl.org>
Mon, 14 Mar 2022 08:54:36 +0000 (09:54 +0100)
commitaef0e2a12a33068906bed1699bcb32fdcdae47ec
tree36c20c1084e443feb9508d3cebd282802ac87a44
parente1cb5bf4c61f5ac7ec354da9a3b3762c64e31332
check return value of functions that call BIO_new() internally

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17821)
apps/lib/apps.c
apps/s_client.c
apps/s_server.c