[sudo-commits] sudo changeset 9981:441846664820

Todd C. Miller Todd.Miller at courtesan.com
Wed Apr 22 13:38:05 MDT 2015


changeset:	9981:441846664820 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/441846664820
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Apr 22 13:38:02 2015 -0600

Log Message:
	Don't use dlsym() to find the libc getenv() since this may allocate
	memory on some systems (glibc) which leads to a hang if malloc()
	calls getenv() (jemalloc).

diffstat:

 src/env_hooks.c |  22 +++++++---------------
 1 files changed, 7 insertions(+), 15 deletions(-)


More information about the sudo-commits mailing list