CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/19 02:42:24
Modified files:
lib/libssl : d1_both.c d1_pkt.c dtls_locl.h
Log message:
Mop up dtls1_get_ccs_header() and struct ccs_header_st.
All this code does is read one byte from memory with an unknown length,
potentially being a one byte overread... and then nothing is actually done
with the value.
ok tb@
