[sudo-commits] sudo changeset 14334:6e5a490b735c

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


changeset:	14334:6e5a490b735c in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/6e5a490b735c
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Nov 22 11:05:26 2022 -0700

Log Message:
	sudo_ldap_result_add_entry: check sudo_ldap_get_values_len() return value.
	Previously, we just compared the error code with LDAP_NO_MEMORY
	when checking for sudoOrder since this is the only error we care about.
	We now return NULL for LDAP_NO_MEMORY and ignore other errors.
	Quiets a warning from Infer.

diffstat:

 plugins/sudoers/ldap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)



More information about the sudo-commits mailing list