[Bug 1254] Race condition in ssh-agent AUTH_CONNECTION

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sun Jan 20 11:50:14 EST 2008


https://bugzilla.mindrot.org/show_bug.cgi?id=1254


Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org




--- Comment #2 from Damien Miller <djm at mindrot.org>  2008-01-20 11:50:11 ---
This patch does not look correct - select() should guarantee that the
socket has data ready to be read, so EAGAIN should not occur.

Even if it does, falling back through to select() again to wait would
be the correct behaviour.

-- 
Configure bugmail: https://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