[sudo-commits] sudo changeset 12549:ad6a2c991db6

Todd C. Miller Todd.Miller at sudo.ws
Fri Aug 7 14:48:03 MDT 2020


changeset:	12549:ad6a2c991db6 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/ad6a2c991db6
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Aug 07 14:22:24 2020 -0600

Log Message:
	Require that a @include line end with a newline or EOF.
	We now parse the entire line before reading the include file.  This
	is less surprising behavior and results in better error messages.

diffstat:

 plugins/sudoers/gram.c                            |  861 +++++++++++----------
 plugins/sudoers/gram.h                            |    1 +
 plugins/sudoers/gram.y                            |   37 +-
 plugins/sudoers/regress/testsudoers/test11.out.ok |   22 +-
 plugins/sudoers/regress/testsudoers/test11.sh     |    4 +-
 5 files changed, 483 insertions(+), 442 deletions(-)



More information about the sudo-commits mailing list