[sudo-commits] sudo changeset 13369:a812062f42a8

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 9 16:10:07 MDT 2021


changeset:	13369:a812062f42a8 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a812062f42a8
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 09 15:50:26 2021 -0600

Log Message:
	If building with address sanitizer make sure its DSO is first.
	Address sanitizer requires that it be preloaded before any other
	DSO in LD_PRELOAD.  This should not be required for clang, which
	links in asan statically by default.

diffstat:

 configure          |  11 +++++++++++
 configure.ac       |  19 ++++++++++++-------
 pathnames.h.in     |   4 ++++
 src/Makefile.in    |   4 ++--
 src/exec_preload.c |  32 +++++++++++++++++++++++++++-----
 5 files changed, 56 insertions(+), 14 deletions(-)



More information about the sudo-commits mailing list