
bugzilla-daemon at bugzilla
Dec 10, 2011, 12:46 PM
Views: 172
Permalink
|
|
[Bug 1956] sftp segfaults in parse_args() when argv[0] is NULL
|
|
https://bugzilla.mindrot.org/show_bug.cgi?id=1956 --- Comment #1 from Loganaden Velvindron <loganaden [at] gmail> 2011-12-11 07:46:51 EST --- Created attachment 2117 --> https://bugzilla.mindrot.org/attachment.cgi?id=2117 return -1 when argv[0] is NULL instead of continuing further when argv[0] is set to NULL, return -1. This fixes the segfault. I'm still looking into what causes its value to be set to NULL. Thanks to Eldergod Selven who allowed me to play with his iMac ;-) -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list openssh-bugs [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|