Date: Mon, 11 Feb 2002 07:26:21 -0800 (PST) From: Yar Tikhiy <yar@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/adduser rmuser.perl Message-ID: <200202111526.g1BFQLV07667@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2002/02/11 07:26:20 PST Modified files: usr.sbin/adduser rmuser.perl Log: Found a single point where rmuser(8) wasn't robust to strange characters in a username: where it was inserted into a regexp. Fix it by escaping metacharacters in the name with \Q-\E. Revision Changes Path 1.24 +1 -1 src/usr.sbin/adduser/rmuser.perl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202111526.g1BFQLV07667>