Bugzilla – Attachment 259 Details for
Bug 517
bad "put" arg parsing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
More correct version
sftp-patch.txt (text/plain), 500 bytes, created by
Ben Lindstrom
on 2003-03-25 14:51:23 AEDT
(
hide
)
Description:
More correct version
Filename:
MIME Type:
Creator:
Ben Lindstrom
Created:
2003-03-25 14:51:23 AEDT
Size:
500 bytes
patch
obsolete
>Index: sftp-int.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/sftp-int.c,v >retrieving revision 1.57 >diff -u -r1.57 sftp-int.c >--- sftp-int.c 5 Mar 2003 22:33:43 -0000 1.57 >+++ sftp-int.c 25 Mar 2003 03:55:18 -0000 >@@ -341,6 +341,9 @@ > quot = *cp++; > > end = strchr(cp, quot); >+ while (end != NULL && *(end-1) == '\\') >+ end = strchr(end+1, quot); >+ > if (end == NULL) { > error("Unterminated quote"); > goto fail;
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 517
:
257
|
258
|
259
|
260
|
261
|
264
|
265
|
299
|
302