[sudo-commits] sudo changeset 10030:bca56cf769cb

Todd C. Miller Todd.Miller at courtesan.com
Wed May 27 09:54:33 MDT 2015


changeset:	10030:bca56cf769cb in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/bca56cf769cb
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed May 27 09:51:54 2015 -0600

Log Message:
	Use non-exiting allocators in the redblack tree and fix the fallout.
	Also switch to non-exiting allocators in affected code blocks.

diffstat:

 plugins/sudoers/alias.c       |   11 +++-
 plugins/sudoers/gram.c        |   27 +++++++---
 plugins/sudoers/gram.y        |   23 ++++++--
 plugins/sudoers/iolog.c       |    6 +-
 plugins/sudoers/parse.h       |    4 +-
 plugins/sudoers/pwutil.c      |  110 +++++++++++++++++++++++++++++++++++------
 plugins/sudoers/redblack.c    |   63 +++++++++++++----------
 plugins/sudoers/redblack.h    |    2 +-
 plugins/sudoers/sudoers.c     |    6 +-
 plugins/sudoers/sudoers.h     |    4 +-
 plugins/sudoers/testsudoers.c |    4 +-
 plugins/sudoers/visudo.c      |   11 +++-
 12 files changed, 194 insertions(+), 77 deletions(-)


More information about the sudo-commits mailing list