CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/21 13:15:54
Modified files:
lib/libssl : tls13_lib.c
Log message:
A failure of tls13_handshake_msg_new() could lead to a NULL deref
in the following tls13_handshake_msg_start() call. Add a check.
Stop clobbering the ctx's hs_msg variable, use a local variable
instead.
ok beck jsing
