FreeBSD Bugzilla – Attachment 15530 Details for
Bug 28773
[PATCH] Bug in pw, no $ in username
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 414 bytes, created by
howardjp
on 2001-07-06 18:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
howardjp
Created:
2001-07-06 18:30:02 UTC
Size:
414 bytes
patch
obsolete
>--- pw_user.c.orig Fri Jul 6 13:13:30 2001 >+++ pw_user.c Fri Jul 6 13:15:28 2001 >@@ -1211,7 +1211,7 @@ > pw_checkname(u_char *name, int gecos) > { > int l = 0; >- char const *notch = gecos ? ":!@" : " ,\t:+&#%$^()!@~*?<>=|\\/\""; >+ char const *notch = gecos ? ":!@" : " ,\t:+&#%^()!@~*?<>=|\\/\""; > > while (name[l]) { > if (strchr(notch, name[l]) != NULL || name[l] < ' ' || name[l] == 127 ||
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 28773
: 15530