[sudo-commits] sudo changeset 13370:7fee001ffeae

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


changeset:	13370:7fee001ffeae in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/7fee001ffeae
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 09 15:50:26 2021 -0600

Log Message:
	Plug some memory leaks when sudoers_policy_main is called multiple times.
	These would get cleaned up a policy close time but we don't want
	to bloat sudo's memory footprint when running a shell with multiple
	commands.

diffstat:

 plugins/sudoers/policy.c  |  11 ++++++++++-
 plugins/sudoers/sudoers.c |  17 +++++++++--------
 2 files changed, 19 insertions(+), 9 deletions(-)



More information about the sudo-commits mailing list