[sudo-commits] sudo changeset 14869:b76b35e12afa

Todd C. Miller Todd.Miller at sudo.ws
Mon Jul 10 14:32:15 MDT 2023


changeset:	14869:b76b35e12afa in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/b76b35e12afa
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Jul 10 14:30:38 2023 -0600

Log Message:
	Convert sudo_debug_enter and sudo_debug_exit into macros.

	In most cases, these simply expand to a call to sudo_debug_printf2().
	We need to keep the function versions around in libsudo_util for
	backwards compatibility.

diffstat:

 include/sudo_debug.h  |  137 ++++++++++++++++++++++++++++++++++++++++++++-----
 lib/util/sudo_debug.c |   57 +++++---------------
 2 files changed, 138 insertions(+), 56 deletions(-)



More information about the sudo-commits mailing list