[sudo-commits] sudo changeset 7118:2bfb96a32b00

Todd C. Miller Todd.Miller at courtesan.com
Wed Jul 27 12:12:30 EDT 2011


changeset:	7118:2bfb96a32b00 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/2bfb96a32b00
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Jul 27 12:12:27 2011 -0400

Log Message:
	Don't try to audit failure if the runas user does not exist.  We don't
	have the user's command at this point so there is nothing to audit.
	Add a NULL check in audit_success() and audit_failure() just to be
	on the safe side.

diffstat:

 plugins/sudoers/audit.c   |  8 +++++++-
 plugins/sudoers/sudoers.c |  4 +---
 2 files changed, 8 insertions(+), 4 deletions(-)



More information about the sudo-commits mailing list