[sudo-commits] sudo changeset 14755:49ef7c33450f

Todd C. Miller Todd.Miller at sudo.ws
Sat Jun 3 09:03:08 MDT 2023


changeset:	14755:49ef7c33450f in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/49ef7c33450f
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Jun 03 08:59:14 2023 -0600

Log Message:
	Initialize digest_type to SUDO_DIGEST_INVALID, not -1 and make it unsigned.
	This makes the digest type consistently unsigned instead of a mix
	of signed (for the -1 value in the tokenizer) and unsigned.

diffstat:

 plugins/sudoers/digestname.c                  |  2 +-
 plugins/sudoers/filedigest.c                  |  5 +++--
 plugins/sudoers/gram.c                        |  4 ++--
 plugins/sudoers/gram.y                        |  4 ++--
 plugins/sudoers/parse.h                       |  4 ++--
 plugins/sudoers/regress/parser/check_digest.c |  5 +++--
 plugins/sudoers/toke.c                        |  4 ++--
 plugins/sudoers/toke.l                        |  4 ++--
 8 files changed, 17 insertions(+), 15 deletions(-)



More information about the sudo-commits mailing list