CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/28 18:59:19
Modified files:
usr.bin/ssh : sshd.c
Log message:
pack pollfd array before server_accept_loop() ppoll() call,
and terminate sshd if ppoll() returns errno==EINVAL
avoids spin in ppoll when MaxStartups > RLIMIT_NOFILE, reported by
Daniel Micay
feedback/ok deraadt
