]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Check uid/gid used when creating a user/group are not larger than UID_MAX/GID_MAX
authorBaptiste Daroussin <bapt@FreeBSD.org>
Tue, 28 Jul 2015 21:10:58 +0000 (21:10 +0000)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Tue, 28 Jul 2015 21:10:58 +0000 (21:10 +0000)
commit90a4edb58491b8048a6bdd7c885099629797558f
tree82c9c411d410f52f3c10b0ce3e5ae4e9d36d7317
parent81e2ba845c0062d44d3d35de2caae7a598c395fd
Check uid/gid used when creating a user/group are not larger than UID_MAX/GID_MAX

PR: 173977
Reported by: nvass@gmx.com
usr.sbin/pw/pw.c
usr.sbin/pw/tests/Makefile
usr.sbin/pw/tests/pw_groupadd.sh [new file with mode: 0755]
usr.sbin/pw/tests/pw_useradd.sh