[sudo-commits] sudo changeset 10034:40c3d0dd75bc

Todd C. Miller Todd.Miller at courtesan.com
Wed May 27 10:55:32 MDT 2015


changeset:	10034:40c3d0dd75bc in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/40c3d0dd75bc
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed May 27 10:55:27 2015 -0600

Log Message:
	Non-exiting allocators for log functions.  If log_allowed() fails
	the user may not run the command.  We don't try to return early for
	log_failure(), log_auth_failure() or log_denial() as we would not
	run the command in that case.

diffstat:

 plugins/sudoers/logging.c |  188 +++++++++++++++++++++++++--------------------
 plugins/sudoers/logging.h |   12 +-
 plugins/sudoers/sudoers.c |    3 +-
 3 files changed, 114 insertions(+), 89 deletions(-)


More information about the sudo-commits mailing list