CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2016/08/28 16:28:13
Modified files: usr.bin/ssh : sshd.c Log message: fix uninitialised optlen in getsockopt() call; harmless on Unix/BSD but potentially crashy on Cygwin. Reported by James Slepicka ok deraadt@