[sudo-commits] sudo changeset 10746:9644dd92e586

Todd C. Miller Todd.Miller at courtesan.com
Wed Nov 16 08:54:09 MST 2016


changeset:	10746:9644dd92e586 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9644dd92e586
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Nov 15 10:15:36 2016 -0700

Log Message:
	Add ASAN_CFLAGS and ASAN_LDFLAGS and use -Wc prefix in ASAN_LDFLAGS
	to prevent libtool from strippign them out.
	Avoid using ASAN flags when building sudo_noexec.so.

diffstat:

 configure                        |  100 +++++++++++----------
 configure.ac                     |   10 +-
 lib/util/Makefile.in             |  156 +++++++++++++++++----------------
 lib/zlib/Makefile.in             |   38 ++++---
 mkdep.pl                         |    2 +-
 plugins/group_file/Makefile.in   |   12 +-
 plugins/sample/Makefile.in       |   10 +-
 plugins/sudoers/Makefile.in      |  178 +++++++++++++++++++-------------------
 plugins/system_group/Makefile.in |   10 +-
 src/Makefile.in                  |   74 ++++++++-------
 10 files changed, 313 insertions(+), 277 deletions(-)


More information about the sudo-commits mailing list