K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2018-09-26T18:40:57.973125Z K 7 svn:log V 400 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 Sponsored by: Dell EMC Differential Revision: https://reviews.freebsd.org/D15119 END