https://bugzilla.mindrot.org/show_bug.cgi?id=3071
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3401|ok?([email protected]) |ok+ Flags| | --- Comment #3 from Darren Tucker <[email protected]> --- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
