CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/07 04:58:56
Modified files:
lib/libcrypto/bio: bio_lib.c
Log message:
Fix two leaks in BIO_dup_chain()
If CRYPTO_dup_ex_data() fails, the new_bio is leaked. If an error occurs
after the first iteration, all members of the new chain except the head
are leaked.
ok jsing
