[sudo-commits] sudo changeset 14336:852aec3e0450

Todd C. Miller Todd.Miller at sudo.ws
Tue Nov 22 12:10:29 MST 2022


changeset:	14336:852aec3e0450 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/852aec3e0450
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Nov 22 11:17:30 2022 -0700

Log Message:
	sudo_ldap_parse_option: add explicit NULL check for strchr().
	This should not be needed since we only use the returned pointer
	if it is larger than the string passed to strchr().
	Quiets a warning from Infer.

diffstat:

 plugins/sudoers/ldap_util.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



More information about the sudo-commits mailing list