Bugzilla – Attachment 2094 Details for
Bug 1935
ls -l with wildcards produces incorrect output
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sftp.diff
sftp.diff (text/plain), 605 bytes, created by
Damien Miller
on 2011-09-21 12:53:39 AEST
(
hide
)
Description:
sftp.diff
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2011-09-21 12:53:39 AEST
Size:
605 bytes
patch
obsolete
>Index: sftp.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/sftp.c,v >retrieving revision 1.132 >diff -u -p -r1.132 sftp.c >--- sftp.c 4 Dec 2010 00:18:01 -0000 1.132 >+++ sftp.c 21 Sep 2011 02:53:02 -0000 >@@ -770,7 +770,8 @@ do_globbed_ls(struct sftp_conn *conn, ch > memset(&g, 0, sizeof(g)); > > if (remote_glob(conn, path, >- GLOB_MARK|GLOB_NOCHECK|GLOB_BRACE|GLOB_KEEPSTAT, NULL, &g) || >+ GLOB_MARK|GLOB_NOCHECK|GLOB_BRACE|GLOB_KEEPSTAT|GLOB_NOSORT, >+ NULL, &g) || > (g.gl_pathc && !g.gl_matchc)) { > if (g.gl_pathc) > globfree(&g);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1935
:
2093
| 2094