Bugzilla – Attachment 1081 Details for
Bug 1161
scp -r fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Skip d_ino test in scp
openssh-cygwin-scp.patch (text/plain), 591 bytes, created by
Darren Tucker
on 2006-02-26 10:43:24 AEDT
(
hide
)
Description:
Skip d_ino test in scp
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2006-02-26 10:43:24 AEDT
Size:
591 bytes
patch
obsolete
>Index: scp.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/scp.c,v >retrieving revision 1.144 >diff -u -p -r1.144 scp.c >--- scp.c 31 Jan 2006 11:11:38 -0000 1.144 >+++ scp.c 25 Feb 2006 23:37:49 -0000 >@@ -695,8 +695,10 @@ rsource(char *name, struct stat *statp) > return; > } > while ((dp = readdir(dirp)) != NULL) { >+#if 0 > if (dp->d_ino == 0) > continue; >+#endif > if (!strcmp(dp->d_name, ".") || !strcmp(dp->d_name, "..")) > continue; > if (strlen(name) + 1 + strlen(dp->d_name) >= sizeof(path) - 1) {
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 1161
:
1079
| 1081 |
1082