bugzilla-daemon at mindrot.org
2002-Jan-18 22:38 UTC
[Bug 73] sftp segfaults on an attempt to up/download a nonexistent file
http://bugzilla.mindrot.org/show_bug.cgi?id=73 ------- Additional Comments From djm at mindrot.org 2002-01-19 09:38 ------- Are you sure it is not your glob() implementation that is incorrect here? sftp relies on glob to return non-zero (i.e. GLOB_NOMATCH) when no files are matched. This works correctly on Linux, Solaris and OpenBSD. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jan-23 06:25 UTC
[Bug 73] sftp segfaults on an attempt to up/download a nonexistent file
http://bugzilla.mindrot.org/show_bug.cgi?id=73 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From djm at mindrot.org 2002-01-23 17:25 ------- Resolution: FreeBSD's glob function doesn't support GLOB_NOMATCH (which AFAIK is a POSIX requirement). FreeBSD will patch their shipped version of sftp for the upcoming release and will implement GLOB_NOMATCH in future. The URL attached to this bug includes the patch they intend to apply (it also contains a GLOB_NOMATCH patch) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Apparently Analagous Threads
- [Bug 73] New: sftp segfaults on an attempt to up/download a nonexistent file
- [PATCH 1/2] daemon: glob: do not return directories with trailing slash
- [PATCH RESEND 1/2] Permit %L and %l percent escapes in Include
- [Bug 2395] New: Error with sftp get wildcard when number of files is over 130
- [Bug 450] sftp crashes when trying to upload a file which doesn't exist