[Bug 3398] sshd 8.9p1 regressed on ppc32
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Mar 8 20:01:47 AEDT 2022
https://bugzilla.mindrot.org/show_bug.cgi?id=3398
--- Comment #12 from Darren Tucker <dtucker at dtucker.net> ---
(In reply to Alexander Kanavin from comment #11)
> Why didn't the test error out though? Not being able to run
> something to make a decision should be treated as a failure (or
> there should be a fallback for that scenario).
There is a fallback:
AC_MSG_CHECKING([if select and/or poll works with descriptor rlimit])
AC_RUN_IFELSE(
...
[AC_MSG_WARN([cross compiling: assuming yes])
select_works_with_rlimit=yes]
In the past this was usually fine because on most systems select(2)
didn't have this problem, but for poll(2) having the problem seems to
be the common case.
--
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