[sudo-commits] sudo changeset 11809:94b1114ef79d

Todd C. Miller Todd.Miller at sudo.ws
Mon Oct 14 10:10:58 MDT 2019


changeset:	11809:94b1114ef79d in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/94b1114ef79d
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Oct 14 10:09:29 2019 -0600

Log Message:
	Always use our own strtonum and implement sudo_strtoid in terms of it.

diffstat:

 config.h.in           |    3 -
 configure             |   24 ----------
 configure.ac          |    4 -
 include/sudo_compat.h |    2 +-
 lib/util/Makefile.in  |    7 +-
 lib/util/strtoid.c    |  116 ++++++++-----------------------------------------
 lib/util/strtonum.c   |  117 ++++++++++++++++++++++++-------------------------
 lib/util/util.exp.in  |    1 +
 mkdep.pl              |    2 +-
 9 files changed, 84 insertions(+), 192 deletions(-)


More information about the sudo-commits mailing list