fix uninitialised optlen in getsockopt() call; harmless on Unix/BSD
authordjm <djm@openbsd.org>
Sun, 28 Aug 2016 22:28:12 +0000 (22:28 +0000)
committerdjm <djm@openbsd.org>
Sun, 28 Aug 2016 22:28:12 +0000 (22:28 +0000)
commit2301d0d9f08af050f6cb02eaf591ea5a9a71d8ed
tree0b1b29e1cdd3442aa02c6fcf6f3153f6d0bb20eb
parent642a31aa543c1f1110e721088d7e90bf580b8a1d
fix uninitialised optlen in getsockopt() call; harmless on Unix/BSD
but potentially crashy on Cygwin. Reported by James Slepicka
ok deraadt@
usr.bin/ssh/sshd.c