[Bug 3071] unhandled EINTR while connecting causes ssh to exit prematurely
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri May 29 15:41:03 AEST 2020
https://bugzilla.mindrot.org/show_bug.cgi?id=3071
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3401|ok?(dtucker at dtucker.net) |ok+
Flags| |
--- Comment #3 from Darren Tucker <dtucker at dtucker.net> ---
Comment on attachment 3401
--> https://bugzilla.mindrot.org/attachment.cgi?id=3401
handle EINTR in connect_timeout() and waitfd()
>+ } else if (errno == EINTR)
>+ continue;
maybe also EAGAIN?
--
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