[sudo-commits] sudo changeset 8718:efd0ff9270fb

Todd C. Miller Todd.Miller at courtesan.com
Thu Mar 7 16:17:52 EST 2013


changeset:	8718:efd0ff9270fb in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/efd0ff9270fb
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Mar 07 15:41:34 2013 -0500

Log Message:
	Convert efree() to a macro that just casts to void * and does free().
	If the system free() can't handle free(NULL) this may crash but C89
	was a long time ago.

diffstat:

 common/alloc.c  |  10 ----------
 include/alloc.h |   4 +++-
 2 files changed, 3 insertions(+), 11 deletions(-)


More information about the sudo-commits mailing list