Bugzilla – Attachment 260 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]
Patch to fix escapes of escapes
sftp-int.patch (text/plain), 307 bytes, created by
Jason McCormick
on 2003-03-26 13:50:26 AEDT
(
hide
)
Description:
Patch to fix escapes of escapes
Filename:
MIME Type:
Creator:
Jason McCormick
Created:
2003-03-26 13:50:26 AEDT
Size:
307 bytes
patch
obsolete
>--- sftp-int.c.orig 2003-03-24 20:32:08.000000000 -0500 >+++ sftp-int.c 2003-03-24 20:35:08.000000000 -0500 >@@ -338,7 +338,7 @@ > if (*cp == '\"' || *cp == '\'') { > quot = *cp++; > >- end = strchr(cp, quot); >+ end = strrchr(cp, 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