[Bug 1363] sshd gets stuck: select() in packet_read_seqnr waits indefinitely

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Sep 18 09:54:08 EST 2007


http://bugzilla.mindrot.org/show_bug.cgi?id=1363





--- Comment #4 from Matt Day <openssh at fjarlq.com>  2007-09-18 09:54:03 ---
(In reply to comment #3)
> Actually, the patch is incorrect everywhere and possibly badly broken
> on Linux. On Linux, the timeout will get smaller and smaller and will
> eventually timeout an active connection. On other platforms the
> behavior is undefined.

Ah, you're right of course. I forgot the timeout value is being stored
in a global by packet_set_timeout, which is only being called at
session establishment time.


-- 
Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list