CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2016/09/21 20:29:57
Modified files: usr.bin/ssh : sshconnect2.c Log message: If ssh receives a PACKET_DISCONNECT during userauth it will cause ssh_dispatch_run(DISPATCH_BLOCK, ...) to return without the session being authenticated. Check for this and exit if necessary. ok djm@