CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2021/06/09 21:14:14
Modified files: usr.bin/ssh : sshd.c Log message: Continue accept loop when pselect returns -1, eg if it was interrupted by a signal. This should prevent the hang discovered by sthen@ wherein sshd receives a SIGHUP while it has an unauthenticated child and goes on to a blocking read on a notify_pipe. feedback deraadt@, ok djm@