FreeBSD Bugzilla – Attachment 44500 Details for
Bug 68881
Fetch corrupts passwords with spaces.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 464 bytes, created by
Mark Andrews
on 2004-07-10 01:40:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mark Andrews
Created:
2004-07-10 01:40:14 UTC
Size:
464 bytes
patch
obsolete
>Index: fetch.c >=================================================================== >RCS file: /home/ncvs/src/usr.bin/fetch/fetch.c,v >retrieving revision 1.10.2.23 >diff -u -r1.10.2.23 fetch.c >--- fetch.c 12 Apr 2004 19:52:44 -0000 1.10.2.23 >+++ fetch.c 10 Jul 2004 00:14:40 -0000 >@@ -296,7 +296,7 @@ > return -1; > > for (i = 0; URL->pwd[i]; ++i) >- if (isspace(URL->pwd[i])) >+ if (isspace(URL->pwd[i]) && URL->pwd[i] != ' ') > URL->pwd[i] = '\0'; > return 0; > }
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 68881
: 44500