Mop up dtls1_get_ccs_header() and struct ccs_header_st.
authorjsing <jsing@openbsd.org>
Mon, 19 Jul 2021 08:42:24 +0000 (08:42 +0000)
committerjsing <jsing@openbsd.org>
Mon, 19 Jul 2021 08:42:24 +0000 (08:42 +0000)
commita4c2235715946b64d9264a5e8dc7848fda9b46da
tree8feab0768addad17e8773c7d1c17b9f0c0247f7e
parent38278bf67930ebb38b4151e2469bcd35b350d566
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@
lib/libssl/d1_both.c
lib/libssl/d1_pkt.c
lib/libssl/dtls_locl.h