[sudo-commits] sudo changeset 14000:b1d2afc0cc4d

Todd C. Miller Todd.Miller at sudo.ws
Fri May 27 15:48:28 MDT 2022


changeset:	14000:b1d2afc0cc4d in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/b1d2afc0cc4d
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri May 27 15:47:32 2022 -0600

Log Message:
	Fix potential signed integer overflow on 32-bit CPUs.
	Converting fractional minutes to nanoseconds could overflow a 32-bit
	integer, use long long instead.

diffstat:

 plugins/sudoers/defaults.c |  28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)



More information about the sudo-commits mailing list