[Bug 3398] sshd 8.9p1 regressed on ppc32
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Mar 8 12:13:52 AEDT 2022
https://bugzilla.mindrot.org/show_bug.cgi?id=3398
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at dtucker.net
--- Comment #5 from Darren Tucker <dtucker at dtucker.net> ---
How did you configure and compile this? That particular problem should
have been caught by this change to configure prior to 8.9:
commit bc16667b4a1c3cad7029304853c143a32ae04bd4
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Feb 22 15:29:22 2022 +1100
Extend select+rlimit sanbox test to include poll.
POSIX specifies that poll() shall fail if "nfds argument is greater
than {OPEN_MAX}". The setrlimit sandbox sets this to effectively
zero
so this causes poll() to fail in the preauth privsep process.
This is likely the underlying cause for the previously observed
similar
behaviour of select() on plaforms where it is implement in
userspace on
top of poll().
--
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