Use calloc() instead of malloc() in BIO_new().
authorjsing <jsing@openbsd.org>
Sat, 17 Feb 2024 14:29:07 +0000 (14:29 +0000)
committerjsing <jsing@openbsd.org>
Sat, 17 Feb 2024 14:29:07 +0000 (14:29 +0000)
commit246baf2dfc61cda3d18d34c1bf78819b107b2dc3
treeb29f0c1bff448cfc216e006593a004a4fba8a156
parent3ff95acd8124f47baa3a02209c3d3e7edc54a790
Use calloc() instead of malloc() in BIO_new().

ok tb@
lib/libcrypto/bio/bio_lib.c