Bugzilla – Attachment 437 Details for
Bug 690
sftp quoted filename parsing bug in get and put commands
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch fixing increment bug in get_pathname function of sftp-int.c
sftp-int.patch (text/plain), 288 bytes, created by
Andrew Mortensen
on 2003-09-20 00:03:48 AEST
(
hide
)
Description:
Patch fixing increment bug in get_pathname function of sftp-int.c
Filename:
MIME Type:
Creator:
Andrew Mortensen
Created:
2003-09-20 00:03:48 AEST
Size:
288 bytes
patch
obsolete
>--- sftp-int-orig.c Fri Sep 19 10:04:47 2003 >+++ sftp-int.c Fri Sep 19 10:05:07 2003 >@@ -351,6 +351,7 @@ > for (i = j = 0; i <= strlen(cp); i++) { > if (cp[i] == quot) { /* Found quote */ > (*path)[j] = '\0'; >+ i++; > break; > } > if (cp[i] == '\0') { /* End of string */
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 690
: 437