CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/22 10:11:23
Modified files:
usr.bin/openssl: s_client.c
Log message:
sockaddr should be sockaddr_storage, otherwise "openssl s_client -6 -dtls1"
(gurn) copies getsockname() retrieves a truncated result and 14 bytes of
stack garbage get copied onwards.
ok tb
