bugzilla-daemon at mindrot.org
2013-Jan-16 20:29 UTC
[Bug 1956] sftp segfaults in parse_args() when argv[0] is NULL
https://bugzilla.mindrot.org/show_bug.cgi?id=1956 --- Comment #5 from Iain Morgan <imorgan at nas.nasa.gov> --- Created attachment 2209 --> https://bugzilla.mindrot.org/attachment.cgi?id=2209&action=edit Check for argv[0] == NULL before strcasecmp() I finally got some time to look at this in more detail. :-) Checking whether argv[0] == NULL just before the strcasecmp() statement has the advantage that the user will receive an "Invalid command" response. That would seem to be more consistent. -- 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.
bugzilla-daemon at mindrot.org
2013-Feb-08 00:41 UTC
[Bug 1956] sftp segfaults in parse_args() when argv[0] is NULL
https://bugzilla.mindrot.org/show_bug.cgi?id=1956 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #6 from Damien Miller <djm at mindrot.org> --- Patch applied. This will be in openssh-6.2, thanks! -- 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.