CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/30 12:23:40
Modified files:
lib/libssl : tls13_quic.c
Log message:
Plug leak of BIO in tls13_quic_init()
If rbio and wbio are the same, SSL_free() only frees one BIO, so the
BIO_up_ref() before SSL_set_bio() leads to a leak.
ok jsing
