You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by du...@apache.org on 2018/08/17 15:01:52 UTC

[trafficserver] branch master updated: disable address sanitizer for our own CompileParseRules binary

This is an automated email from the ASF dual-hosted git repository.

duke8253 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new c9bd130  disable address sanitizer for our own CompileParseRules binary
c9bd130 is described below

commit c9bd130712c6565da4b2ca76bba0fb7c11ffb8d8
Author: dmorilha <dm...@gmail.com>
AuthorDate: Wed Aug 15 16:37:15 2018 -0700

    disable address sanitizer for our own CompileParseRules binary
---
 lib/ts/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ts/Makefile.am b/lib/ts/Makefile.am
index f36b85d..e6d574c 100644
--- a/lib/ts/Makefile.am
+++ b/lib/ts/Makefile.am
@@ -228,7 +228,7 @@ BufferWriterFormat.o : AM_CPPFLAGS += -Wno-char-subscripts
 $(srcdir)/ParseRules.cc: ParseRulesCType
 
 ParseRulesCType: CompileParseRules
-	./CompileParseRules
+	LSAN_OPTIONS='detect_leaks=0' ./CompileParseRules
 
 mkdfa_SOURCES = mkdfa.c