You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2016/10/18 23:38:12 UTC

[trafficserver] branch master updated: TS-4984: Memory leaks in test_sslheaders

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

bcall pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  761f71e   TS-4984: Memory leaks in test_sslheaders
761f71e is described below

commit 761f71e07c92c413e2b6a56cecdaabc1ba977244
Author: Bryan Call <bc...@apache.org>
AuthorDate: Tue Oct 18 14:43:06 2016 -0700

    TS-4984: Memory leaks in test_sslheaders
---
 plugins/experimental/sslheaders/Makefile.am     | 1 +
 plugins/experimental/sslheaders/suppression.txt | 1 +
 2 files changed, 2 insertions(+)

diff --git a/plugins/experimental/sslheaders/Makefile.am b/plugins/experimental/sslheaders/Makefile.am
index f901619..90f5d32 100644
--- a/plugins/experimental/sslheaders/Makefile.am
+++ b/plugins/experimental/sslheaders/Makefile.am
@@ -36,6 +36,7 @@ test_sslheaders_LDADD = \
   $(top_builddir)/lib/ts/libtsutil.la \
   @OPENSSL_LIBS@
 
+TESTS_ENVIRONMENT = LSAN_OPTIONS=suppressions=suppression.txt
 TESTS = $(check_PROGRAMS)
 
 include $(top_srcdir)/build/tidy.mk
diff --git a/plugins/experimental/sslheaders/suppression.txt b/plugins/experimental/sslheaders/suppression.txt
new file mode 100644
index 0000000..870ad87
--- /dev/null
+++ b/plugins/experimental/sslheaders/suppression.txt
@@ -0,0 +1 @@
+leak:CRYPTO_malloc

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].