[sudo-commits] sudo changeset 12667:4c0c21b081f7

Todd C. Miller Todd.Miller at sudo.ws
Mon Sep 28 10:12:31 MDT 2020


changeset:	12667:4c0c21b081f7 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/4c0c21b081f7
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Sep 28 10:10:16 2020 -0600

Log Message:
	Remove special case EOF handling; lines now always end in a newline.
	Previously we needed to emulate some of the state transitions that
	happen at end-of-line at end-of-file as well.  Those are no longer
	needed now that we are guaranteed to always have a newline at the end.

diffstat:

 plugins/sudoers/toke.c |  25 +++++--------------------
 plugins/sudoers/toke.l |  19 ++-----------------
 2 files changed, 7 insertions(+), 37 deletions(-)



More information about the sudo-commits mailing list