[sudo-commits] sudo changeset 14733:4be1b8965ce6

Todd C. Miller Todd.Miller at sudo.ws
Tue May 2 13:42:57 MDT 2023


changeset:	14733:4be1b8965ce6 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/4be1b8965ce6
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue May 02 13:29:49 2023 -0600

Log Message:
	Rename init_parser_ext() to init_parser() and remove old wrapper.

	There was only one consumer of the init_parser() wrapper now that
	reset_parser() has been introduced.

diffstat:

 plugins/sudoers/cvtsudoers.c                |   2 +-
 plugins/sudoers/gram.c                      |  10 ++--------
 plugins/sudoers/gram.y                      |  10 ++--------
 plugins/sudoers/parse.h                     |   3 +--
 plugins/sudoers/regress/fuzz/fuzz_sudoers.c |   2 +-
 plugins/sudoers/testsudoers.c               |   2 +-
 plugins/sudoers/visudo.c                    |   6 +++---
 7 files changed, 11 insertions(+), 24 deletions(-)



More information about the sudo-commits mailing list