[sudo-commits] sudo changeset 10284:72194b0b51f7

Todd C. Miller Todd.Miller at courtesan.com
Wed Dec 16 15:16:52 MST 2015


changeset:	10284:72194b0b51f7 in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/72194b0b51f7
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Dec 16 15:08:01 2015 -0700

Log Message:
	Refactor code to set LD_PRELOAD (or the equivalent) in the environment
	into a preload_dso() function.  Also avoid allocating a new copy
	of the environment array if the size of the array does not change.

diffstat:

 src/exec_common.c |  111 +++++++++++++++++++++++++++++++----------------------
 src/sudo_exec.h   |    2 +-
 2 files changed, 65 insertions(+), 48 deletions(-)


More information about the sudo-commits mailing list