Fix err checking and mem leaks of BIO_set_conn_port and BIO_set_conn_address
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 3 Jun 2020 05:49:27 +0000 (07:49 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Tue, 9 Jun 2020 10:13:14 +0000 (12:13 +0200)
commit7f699cb663741a73cfe95214d4a39a1078c94294
tree218419353310da5cde771d52318c910b712a0d62
parent46fe1c7caee1442ead1f7c780e5c50045a00f76e
Fix err checking and mem leaks of BIO_set_conn_port and BIO_set_conn_address

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12036)
crypto/bio/bss_conn.c