[sudo-commits] sudo changeset 14695:72e6207850fc

Todd C. Miller Todd.Miller at sudo.ws
Wed Apr 5 15:28:48 MDT 2023


changeset:	14695:72e6207850fc in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/72e6207850fc
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Apr 01 10:17:31 2023 -0600

Log Message:
	sudoers_lookup_pseudo: remove validated function argument

	This was always set to FLAG_NO_USER|FLAG_NO_HOST which are cleared
	at the top of the fuction.  Make validated a local variables,
	initialized to 0, instead.  No change in behavior.

diffstat:

 plugins/sudoers/parse.c |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)



More information about the sudo-commits mailing list