[Bug 3345] sshd freeze when build without HAVE_PSELECT
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Sep 8 13:56:21 AEST 2021
https://bugzilla.mindrot.org/show_bug.cgi?id=3345
--- Comment #2 from Yaroslav <yaroslav.kuzmin at vmssoftware.com> ---
I added the following code and it solved the problem
200 nfds = MAX(nfds, notify_pipe[0]);
201 ++nfds;
I am porting OpenSSH to OpenVMS.
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list