[sudo-commits] sudo changeset 12875:65c95a84f8ca

Todd C. Miller Todd.Miller at sudo.ws
Tue Feb 2 14:42:16 MST 2021


changeset:	12875:65c95a84f8ca in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/65c95a84f8ca
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Feb 02 14:40:37 2021 -0700

Log Message:
	Got back to calling alias_free() on alias_add() failure.
	We now need to remove the name and members from the leak list
	*before* calling alias_add() since alias_add() will consume them
	for both success and failure.

diffstat:

 plugins/sudoers/alias.c |   4 ++--
 plugins/sudoers/gram.c  |  16 ++++++++--------
 plugins/sudoers/gram.y  |  16 ++++++++--------
 3 files changed, 18 insertions(+), 18 deletions(-)



More information about the sudo-commits mailing list