[sudo-commits] sudo changeset 12665:cb335acb1064

Todd C. Miller Todd.Miller at sudo.ws
Sun Sep 27 20:24:43 MDT 2020


changeset:	12665:cb335acb1064 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/cb335acb1064
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Sep 27 20:21:05 2020 -0600

Log Message:
	Add a newline at end of line if one is missing.
	This is simpler than having to support entries that end at EOF too.

diffstat:

 plugins/sudoers/gram.c                         |  860 ++++++++++++------------
 plugins/sudoers/gram.h                         |    4 +-
 plugins/sudoers/gram.y                         |   40 +-
 plugins/sudoers/regress/sudoers/test13.toke.ok |    3 +-
 plugins/sudoers/toke.c                         |  197 ++--
 plugins/sudoers/toke.l                         |   21 +-
 6 files changed, 552 insertions(+), 573 deletions(-)



More information about the sudo-commits mailing list