[sudo-commits] sudo changeset 13169:cdb9cf0ad2ea

Todd C. Miller Todd.Miller at sudo.ws
Tue Apr 6 19:00:41 MDT 2021


changeset:	13169:cdb9cf0ad2ea in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/cdb9cf0ad2ea
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Apr 06 18:57:33 2021 -0600

Log Message:
	Cast NULL terminator argument to char * when calling sudo_mkgrent().
	Avoids a portability issue on systems where NULL is not a pointer.

diffstat:

 plugins/sudoers/pwutil.c                    |  2 +-
 plugins/sudoers/regress/fuzz/fuzz_sudoers.c |  8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)



More information about the sudo-commits mailing list