[sudo-commits] sudo changeset 10690:9773e5b166e1

Todd C. Miller Todd.Miller at courtesan.com
Thu Oct 27 06:32:47 MDT 2016


changeset:	10690:9773e5b166e1 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9773e5b166e1
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Oct 26 11:08:33 2016 -0600

Log Message:
	Add some missing casts from uid_t/gid_t to int when printing uid/gid
	values.  We print these as signed so a value of -1 (no change) is
	obvious.  Quiets PVS-Studio warnings.

diffstat:

 plugins/sudoers/set_perms.c |  78 ++++++++++++++++++++++----------------------
 1 files changed, 39 insertions(+), 39 deletions(-)


More information about the sudo-commits mailing list