[sudo-commits] sudo changeset 13634:59c1be5a0387

Todd C. Miller Todd.Miller at sudo.ws
Tue Nov 9 13:37:23 MST 2021


changeset:	13634:59c1be5a0387 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/59c1be5a0387
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Nov 08 18:21:15 2021 -0700

Log Message:
	Use strtoul() on systems without strtoull().
	We can assume that systems without strtoull() have 32-bit resource limits.

diffstat:

 config.h.in                |  3 +++
 configure                  |  2 ++
 configure.ac               |  2 +-
 plugins/sudoers/defaults.c |  7 ++++++-
 src/limits.c               |  7 ++++++-
 5 files changed, 18 insertions(+), 3 deletions(-)



More information about the sudo-commits mailing list