CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/26 08:43:17
Modified files:
lib/libssl : d1_both.c d1_lib.c
Log message:
Call dtls1_hm_fragment_free() from dtls1_drain_fragments()
Currently dtls1_drain_fragments() has a incomplete handrolled version of
dtls1_hm_fragment_free(), which has the potential to leak memory. Replace
the handrolled free with a call to dtls1_hm_fragment_free().
ok inoguchi@ tb@
