]> granicus.if.org Git - sudo/commit
Simple garbage collection (really a to-be-freed list) for the sudoers
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 28 Jan 2016 21:53:48 +0000 (14:53 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 28 Jan 2016 21:53:48 +0000 (14:53 -0700)
commit21d6fc3d8f18f893686ddd8c5a39b63c789b93b6
tree7a0f6fbe1eb7ff6a82d3dc07ba233142a5cebf81
parent7b2fbed45d0e86951ab9414009a20c8a194d6073
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.
MANIFEST
plugins/sudoers/Makefile.in
plugins/sudoers/env.c
plugins/sudoers/gc.c [new file with mode: 0644]
plugins/sudoers/sudoers.h