[sudo-commits] sudo changeset 9487:109407210f9c

Todd C. Miller Todd.Miller at courtesan.com
Thu Jun 26 16:05:41 MDT 2014


changeset:	9487:109407210f9c in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/109407210f9c
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jun 26 15:51:15 2014 -0600

Log Message:
	Remove use of setjmp/longjmp in the sudoers plugin.  We no longer
	call fatal() except in the malloc wrappers and due to libsudo_util
	there is now a single copy of fatal/fatalx.

diffstat:

 include/fatal.h           |   7 -------
 lib/util/fatal.c          |  36 +++++-------------------------------
 lib/util/util.exp         |   3 ---
 plugins/sudoers/iolog.c   |  25 -------------------------
 plugins/sudoers/policy.c  |  32 ++------------------------------
 plugins/sudoers/sudoers.c |   8 --------
 6 files changed, 7 insertions(+), 104 deletions(-)


More information about the sudo-commits mailing list