[sudo-commits] sudo changeset 10348:47f32e047b1a

Todd C. Miller Todd.Miller at courtesan.com
Thu Jan 28 14:53:51 MST 2016


changeset:	10348:47f32e047b1a in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/47f32e047b1a
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jan 28 14:53:48 2016 -0700

Log Message:
	Simple garbage collection (really a to-be-freed list) for the sudoers
	plugin.  Almost identical to what sudo.c uses.  Currenly only the
	environment strings are collected at exit time which is enough to
	quiet address sanitizer's leak detector.

diffstat:

 MANIFEST                    |    1 +
 plugins/sudoers/Makefile.in |   10 ++-
 plugins/sudoers/env.c       |    9 ++-
 plugins/sudoers/gc.c        |  146 ++++++++++++++++++++++++++++++++++++++++++++
 plugins/sudoers/sudoers.h   |   10 +++
 5 files changed, 174 insertions(+), 2 deletions(-)


More information about the sudo-commits mailing list