[sudo-commits] sudo changeset 11578:45810a8437b6

Todd C. Miller Todd.Miller at sudo.ws
Sat Oct 20 08:49:09 MDT 2018


changeset:	11578:45810a8437b6 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/45810a8437b6
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Oct 20 08:47:12 2018 -0600

Log Message:
	Simplify range checks.
	No need to check for ERANGE in the cases where we also check
	that the value is <= INT_MAX.  Found by PVS-Studio.

diffstat:

 plugins/sudoers/iolog_util.c |  10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)


More information about the sudo-commits mailing list