bugzilla-daemon at mindrot.org
2013-Jul-22 04:34 UTC
[Bug 1889] bug in packet.c sometimes cause segfault
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.
Seemingly Similar Threads
- [Bug 1889] bug in packet.c sometimes cause segfault
- [Bug 1889] bug in packet.c sometimes cause segfault
- [Bug 1889] bug in packet.c sometimes cause segfault
- [Bug 1889] New: bug in packet.c sometimes cause segfault
- [Bug 742] Allow sftp to read config file to honor "Protocol 1"