[sudo-commits] sudo changeset 14824:c6d20404141c

Todd C. Miller Todd.Miller at sudo.ws
Sat Jul 1 16:19:24 MDT 2023


changeset:	14824:c6d20404141c in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/c6d20404141c
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Jul 01 16:14:50 2023 -0600

Log Message:
	Make the debug subsystem unsigned.

	It was already unsigned in sudoers but not in the front-end or the
	python plugin.  Making this consistent resolves a lot of -Wconversion
	warnings.  Also clean up some other -Wconversion warnings in sudo_debug.c.

diffstat:

 include/sudo_debug.h               |   38 ++++----
 lib/util/sudo_debug.c              |  161 ++++++++++++++++++++----------------
 plugins/python/pyhelpers.c         |    7 +-
 plugins/python/pyhelpers.h         |    5 +-
 plugins/python/python_loghandler.c |    8 +-
 plugins/python/sudo_python_debug.c |    4 +-
 plugins/python/sudo_python_debug.h |    2 +-
 7 files changed, 121 insertions(+), 104 deletions(-)



More information about the sudo-commits mailing list