[sudo-commits] sudo changeset 13359:87cb4b0e7dff

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


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

Log Message:
	Add return values for most of the plugin function wrappers that returned void.
	Previously, they would just exit if there was an error.
	Now the error is passed back up the stack so we can use them in
	sudo_intercept.so.

diffstat:

 src/sudo.c |  109 +++++++++++++++++++++++++++++++++---------------------------
 src/sudo.h |    6 +-
 2 files changed, 62 insertions(+), 53 deletions(-)



More information about the sudo-commits mailing list