usertools-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Usertools-bugs] Bug in userrevert


From: Steve Barrus
Subject: [Usertools-bugs] Bug in userrevert
Date: Fri, 17 Mar 2006 16:54:21 -0700
User-agent: Mutt/1.4.1i

UserTools was written by a bunch of sloppy crack-heads.  Look at line
49 in userrevert.

  if ($uid =~ /\d/) {

This should be

  if ($uid =~ /^\d+$/) {

Can't usernames have numbers in them?

-Steve





reply via email to

[Prev in Thread] Current Thread [Next in Thread]