Date: Fri, 05 Jan 2018 02:32:38 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224556] pw(8) does not check semantics of name Message-ID: <bug-224556-8-upzFWDXftv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-224556-8@https.bugs.freebsd.org/bugzilla/> References: <bug-224556-8@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224556 Brooks Davis <brooks@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brooks@FreeBSD.org --- Comment #1 from Brooks Davis <brooks@FreeBSD.org> --- 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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224556-8-upzFWDXftv>
