[sudo-commits] sudo changeset 13514:9550fa76a645

Todd C. Miller Todd.Miller at sudo.ws
Sun Sep 19 18:20:11 MDT 2021


changeset:	13514:9550fa76a645 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9550fa76a645
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Sep 19 18:13:43 2021 -0600

Log Message:
	Limit paths for command, cwd and chroot to PATH_MAX bytes.
	This helps prevent the fuzzer from going off the rails.

diffstat:

 plugins/sudoers/defaults.c |   12 +
 plugins/sudoers/gram.c     |  564 ++++++++++++++++++++++----------------------
 plugins/sudoers/gram.h     |    4 +-
 plugins/sudoers/gram.y     |   12 +
 plugins/sudoers/policy.c   |    8 +
 5 files changed, 317 insertions(+), 283 deletions(-)



More information about the sudo-commits mailing list