https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224556

Brooks Davis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Brooks Davis <[email protected]> ---
The pw_checkname() function is used to validate the username before any actions
are taken and rejects names contain '/' (The whole list of bad characters is "
,\t:+&#%$^()!@~*?<>=|\\/\"").  Thus a path in the name argument isn't possible.
 At a glance the name also isn't used for anything but print output.  I believe
this isn't an issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to