[sudo-commits] sudo changeset 13360:525bffcf911c

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 9 16:09:57 MDT 2021


changeset:	13360:525bffcf911c in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/525bffcf911c
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 09 15:50:25 2021 -0600

Log Message:
	Reduce the number of function args passed to plugin wrappers.
	This makes sudo_settings, user_info, submit_argv, submit_envp and
	submit_optind global.  This will be required for calling the wrapper
	from outside of sudo.c where we may not have access to those
	variables.

diffstat:

 src/sudo.c |  239 +++++++++++++++++++++++++++---------------------------------
 1 files changed, 106 insertions(+), 133 deletions(-)



More information about the sudo-commits mailing list