[sudo-commits] sudo changeset 10694:4f6074f40fbc

Todd C. Miller Todd.Miller at courtesan.com
Thu Oct 27 06:32:47 MDT 2016


changeset:	10694:4f6074f40fbc in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/4f6074f40fbc
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Oct 26 13:49:05 2016 -0600

Log Message:
	Check for sudo_ldap_result_last_search() returning NULL.  This can't
	happen in practice because we always call sudo_ldap_result_add_search()
	first which guarantees there is a result to be found.
	Quiets a PVS-Studio warning.

diffstat:

 plugins/sudoers/ldap.c |  25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)


More information about the sudo-commits mailing list