[sudo-commits] sudo changeset 14874:beabc1e73e11

Todd C. Miller Todd.Miller at sudo.ws
Mon Jul 10 15:59:38 MDT 2023


changeset:	14874:beabc1e73e11 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/beabc1e73e11
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Jul 10 15:52:16 2023 -0600

Log Message:
	realpath.c: include limits.h and use sysconf(_SC_SYMLOOP_MAX)

	This is more portable and eliminates the need to check for SYMLOOP_MAX
	(and provide it if missing) in configure.  Also quiet some -Wconversion
	warnings.

diffstat:

 config.h.in           |   8 --------
 configure             |  32 --------------------------------
 configure.ac          |   8 +-------
 include/sudo_compat.h |   8 --------
 lib/util/realpath.c   |  13 ++++++++++---
 5 files changed, 11 insertions(+), 58 deletions(-)



More information about the sudo-commits mailing list