Bugzilla – Attachment 1893 Details for
Bug 1757
strdelim has a bug caused only one user with quote
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
/home/djm/misc-strdelim-quote.diff
misc-strdelim-quote.diff (text/plain), 434 bytes, created by
Damien Miller
on 2010-07-02 14:23:27 AEST
(
hide
)
Description:
/home/djm/misc-strdelim-quote.diff
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2010-07-02 14:23:27 AEST
Size:
434 bytes
patch
obsolete
>Index: misc.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/misc.c,v >retrieving revision 1.76 >diff -u -p -r1.76 misc.c >--- misc.c 21 May 2010 05:00:36 -0000 1.76 >+++ misc.c 2 Jul 2010 04:22:17 -0000 >@@ -171,6 +171,7 @@ strdelim(char **s) > return (NULL); /* no matching quote */ > } else { > *s[0] = '\0'; >+ *s += strspn(*s + 1, WHITESPACE) + 1; > return (old); > } > }
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
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 1757
: 1893