[sudo-commits] sudo changeset 13449:8bbd2af0924b

Todd C. Miller Todd.Miller at sudo.ws
Tue Aug 31 07:49:52 MDT 2021


changeset:	13449:8bbd2af0924b in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/8bbd2af0924b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Aug 31 05:50:52 2021 -0600

Log Message:
	intercept_check_policy: Fix double free introduced in last commit
	If the command is not accepted we don't rebuild command_info[] and
	must not free it.  It will be freed by the policy instead.

diffstat:

 src/exec_intercept.c |  19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)



More information about the sudo-commits mailing list