[sudo-commits] sudo changeset 7809:680266346917

Todd C. Miller Todd.Miller at courtesan.com
Thu Feb 23 15:57:09 EST 2012


changeset:	7809:680266346917 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/680266346917
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Feb 21 13:26:02 2012 -0500

Log Message:
	Check for LD_PRELOAD variants in configure instead of checkign cpp
	symbols.  In disable_execute(), compute the length of the new envp
	and allocate it once instead of reallocating on demand.  Also append
	old value of LD_PRELOAD (if any) to the new value.

diffstat:

 config.h.in       |  13 +++++++
 configure         |  50 ++++++++++++++++++++++++++++
 configure.in      |  44 +++++++++++++++++++++++++
 src/exec_common.c |  95 +++++++++++++++++++++++++++++-------------------------
 4 files changed, 158 insertions(+), 44 deletions(-)



More information about the sudo-commits mailing list