[Bug 1889] bug in packet.c sometimes cause segfault

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Jul 22 14:34:51 EST 2013


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

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #14 from Damien Miller <djm at mindrot.org> ---
on second thoughts, I'm going to leave this. The is-socket of the
packet code is undefined until you call packet_set_connection() and
trying to ascertain it before you've set a socket is wrong.

Our code will never do this, so the crash is irrelevant to stock
openssh. Your code shouldn't either, but if you insist then you should
apply the patch in your own tree :/

-- 
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