Searched hist:90114 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/usr.sbin/pw/tests/
H A Dpw_userdel.shdiff 273782 Tue Oct 28 15:10:30 MDT 2014 bapt Do not delete the group wheel when bad argument is passed to pw groupdel -g

Check that the -g argument is actually a number, if not report an error.
This argument is converted without checking with atoi(3) later so without this
check it converts any alpha entries into 0 meaning it deletes the group wheel

Add a regression test about it

PR: 90114
Reported by: bkoenig@cs.tu-berlin.de
MFC after: 1 week
/freebsd-11.0-release/usr.sbin/pw/
H A Dpw_group.cdiff 273782 Tue Oct 28 15:10:30 MDT 2014 bapt Do not delete the group wheel when bad argument is passed to pw groupdel -g

Check that the -g argument is actually a number, if not report an error.
This argument is converted without checking with atoi(3) later so without this
check it converts any alpha entries into 0 meaning it deletes the group wheel

Add a regression test about it

PR: 90114
Reported by: bkoenig@cs.tu-berlin.de
MFC after: 1 week
/freebsd-11.0-release/bin/mv/
H A Dmv.cdiff 90114 Sat Feb 02 07:09:30 MST 2002 imp missed a few registers

Completed in 75 milliseconds