check the return value of BIO_new_file()
authorxkernel <xkernel.wang@foxmail.com>
Mon, 7 Mar 2022 07:43:16 +0000 (15:43 +0800)
committerMatt Caswell <matt@openssl.org>
Thu, 10 Mar 2022 13:57:21 +0000 (13:57 +0000)
commit625b0990a069a18917341e2f0fbe36327b0883b7
tree3da36ca08c480eeb5d91d99e0cb15dfe2858be90
parent43ed2429566f27a2fb030316201c0c7af5a2b966
check the return value of BIO_new_file()

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