[sudo-commits] sudo changeset 10770:448a9857e89f

Todd C. Miller Todd.Miller at courtesan.com
Wed Nov 30 11:07:49 MST 2016


changeset:	10770:448a9857e89f in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/448a9857e89f
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Nov 30 07:32:59 2016 -0700

Log Message:
	id_t is 64-bits on FreeBSD so use strtoll() there.
	Fixes the strtoid regress.

diffstat:

 config.h.in                           |    6 +
 configure                             |  249 ++++++++++++++++++++++++++++++++++
 configure.ac                          |    2 +
 include/sudo_debug.h                  |   10 +
 lib/util/regress/atofoo/atofoo_test.c |    2 +
 lib/util/strtoid.c                    |   51 ++++++-
 lib/util/sudo_debug.c                 |   13 +
 lib/util/util.exp.in                  |    1 +
 8 files changed, 333 insertions(+), 1 deletions(-)


More information about the sudo-commits mailing list