CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/03 07:03:46
Modified files:
regress/lib/libssl/tlsext: tlsexttest.c
Log message:
Use malloc() and memcpy() the test X25519 x25519_peer_public value.
Otherwise, if tlsext_keyshare_server_build() fails we call free with a
pointer to static memory and bad things happen.
Reported by bcook@
