[sudo-commits] sudo changeset 12654:dfc55de5526c

Todd C. Miller Todd.Miller at sudo.ws
Fri Sep 25 13:54:28 MDT 2020


changeset:	12654:dfc55de5526c in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/dfc55de5526c
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Sep 25 12:24:45 2020 -0600

Log Message:
	Detect when a reserved word is used when declaring an alias.
	Now instead of "syntax error, unexpected CHROOT, expecting ALIAS"
	the message is "syntax error, reserved word used as an alias name"
	Bug #941

diffstat:

 plugins/sudoers/gram.c            |  790 +++++++++++++++++++------------------
 plugins/sudoers/gram.y            |   22 +
 plugins/sudoers/sudoers_version.h |    2 +-
 3 files changed, 433 insertions(+), 381 deletions(-)



More information about the sudo-commits mailing list