[sudo-commits] sudo changeset 8705:8d70cb81d1f1

Todd C. Miller Todd.Miller at courtesan.com
Tue Mar 5 13:09:03 EST 2013


changeset:	8705:8d70cb81d1f1 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/8d70cb81d1f1
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Mar 05 10:18:32 2013 -0500

Log Message:
	Add __malloc_like macro to apply __malloc__ attribute to emalloc,
	ecalloc and estrdup.  It cannot be applied to realloc since that
	may return the same pointer.

diffstat:

 include/alloc.h   |  10 +++++-----
 include/missing.h |   9 +++++++++
 2 files changed, 14 insertions(+), 5 deletions(-)


More information about the sudo-commits mailing list