[sudo-commits] sudo changeset 13373:2a1b5808d272

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


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

Log Message:
	Avoid some double frees in the fuzzer
	Now that sudoers free old values of NewArgv and command_info the
	fuzzer needs to reset those values.  Otherwise we end up with
	stashed values that have already been garbage collected.

diffstat:

 plugins/sudoers/policy.c  |  8 +++++---
 plugins/sudoers/sudoers.c |  9 +++++++++
 2 files changed, 14 insertions(+), 3 deletions(-)



More information about the sudo-commits mailing list