Replace BUF_strdup() call by OPENSSL_strdup() adding failure check in bss_acpt.c
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 3 Jun 2020 19:38:20 +0000 (21:38 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Tue, 9 Jun 2020 10:13:14 +0000 (12:13 +0200)
commit46fe1c7caee1442ead1f7c780e5c50045a00f76e
tree088dc55dbab3460158d8c4b3dab9ae21ae337a4a
parent49eebbc408535e8670cb62ea661b696ec5819f15
Replace BUF_strdup() call by OPENSSL_strdup() adding failure check in bss_acpt.c

Add OPENSSL_strdup failure check to cpt_ctrl() in bss_acpt.c

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_acpt.c