freebsd-dev/usr.sbin/chown
Bryan Drewery d51abd5fe1 Handle overflow of uid or gid in arguments for chown
chown incorrectly allows a uid or gid greater than UID_MAX/GID_MAX respectively.
Using such an argument rolls over to accounts such as root, operator, etc.

Approved by:	re (gjb)
Relnotes:	yes
Reviewed by:	cem, kib
Submitted by:	Don Morris <dgmorris@earthlink.net>
Sponsored by:	Dell EMC
Differential Revision:	https://reviews.freebsd.org/D15119
2018-09-26 18:40:57 +00:00
..
tests Revert part of r322770 in usr.sbin/chown/tests/chown_test.sh, 2017-08-22 17:23:29 +00:00
chgrp.1 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
chown.8 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
chown.c Handle overflow of uid or gid in arguments for chown 2018-09-26 18:40:57 +00:00
Makefile Add HAS_TESTS to all Makefiles that are currently using the 2017-08-02 08:50:42 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00