]> granicus.if.org Git - sudo/commit
Check for LD_PRELOAD variants in configure instead of checkign cpp
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 21 Feb 2012 18:26:02 +0000 (13:26 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 21 Feb 2012 18:26:02 +0000 (13:26 -0500)
commit22f4f10a3a6e40245b5444ea2eb0893122696f1f
tree681f52aafdf80d28f0098cfc66202c4df72f82f0
parent6fb0090db9ba822013b6cc6d1b5612b83065ecbd
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.
config.h.in
configure
configure.in
src/exec_common.c