bugzilla-daemon at bugzilla.mindrot.org
2010-Nov-22 18:45 UTC
[Bug 1842] New: bug in client_input_channel_req causes segmentation violation
https://bugzilla.mindrot.org/show_bug.cgi?id=1842 Summary: bug in client_input_channel_req causes segmentation violation Product: Portable OpenSSH Version: 5.6p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.org ReportedBy: jchadima at redhat.com in client_input_channel_req if the channel_lookup(id) is unsuccesful the error is reported, the variable c is still NULL and later is dereferenced in c->remote_id. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Nov-22 18:46 UTC
[Bug 1842] bug in client_input_channel_req causes segmentation violation
https://bugzilla.mindrot.org/show_bug.cgi?id=1842 jchadima at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jchadima at redhat.com Severity|normal |major -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Nov-23 23:09 UTC
[Bug 1842] bug in client_input_channel_req causes segmentation violation
https://bugzilla.mindrot.org/show_bug.cgi?id=1842 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|unassigned-bugs at mindrot.org |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> 2010-11-24 10:09:47 EST --- Created attachment 1962 --> https://bugzilla.mindrot.org/attachment.cgi?id=1962 Patch solving the problem Yes, that is a bug. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Nov-23 23:10 UTC
[Bug 1842] bug in client_input_channel_req causes segmentation violation
https://bugzilla.mindrot.org/show_bug.cgi?id=1842 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1962| |ok?(dtucker at zip.com.au) Flags| | -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Nov-23 23:10 UTC
[Bug 1842] bug in client_input_channel_req causes segmentation violation
https://bugzilla.mindrot.org/show_bug.cgi?id=1842 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |1803 -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Nov-23 23:18 UTC
[Bug 1842] bug in client_input_channel_req causes segmentation violation
https://bugzilla.mindrot.org/show_bug.cgi?id=1842 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1962|ok?(dtucker at zip.com.au) |ok+ Flags| | -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Nov-23 23:57 UTC
[Bug 1842] bug in client_input_channel_req causes segmentation violation
https://bugzilla.mindrot.org/show_bug.cgi?id=1842 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Damien Miller <djm at mindrot.org> 2010-11-24 10:57:42 EST --- Patch applied - this will be in OpenSSH 5.7 -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-Jan-24 01:33 UTC
[Bug 1842] bug in client_input_channel_req causes segmentation violation
https://bugzilla.mindrot.org/show_bug.cgi?id=1842 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Damien Miller <djm at mindrot.org> 2011-01-24 12:33:45 EST --- Move resolved bugs to CLOSED after 5.7 release -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.