[tor-commits] [tor/master] Do not apply bugtrapping flags to test-memwipe, since testing memwipe requires bugs.

nickm at torproject.org nickm at torproject.org
Thu May 12 17:07:49 UTC 2016


commit b1dce55b8236cc7ecf66f87c0bd96b0dcf874fcc
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon May 2 12:56:18 2016 -0400

    Do not apply bugtrapping flags to test-memwipe, since testing memwipe requires bugs.
    
    Fixes bug 18901.
---
 src/test/include.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/include.am b/src/test/include.am
index c4ef30f..b714152 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -170,9 +170,9 @@ src_test_test_slow_LDADD = $(src_test_test_LDADD)
 src_test_test_slow_LDFLAGS = $(src_test_test_LDFLAGS)
 
 src_test_test_memwipe_CPPFLAGS = $(src_test_test_CPPFLAGS)
-src_test_test_memwipe_CFLAGS = $(src_test_test_CFLAGS)
+src_test_test_memwipe_CFLAGS = $(TEST_CFLAGS)
 src_test_test_memwipe_LDADD = $(src_test_test_LDADD)
-src_test_test_memwipe_LDFLAGS = $(src_test_test_LDFLAGS)
+src_test_test_memwipe_LDFLAGS = $(src_test_test_LDFLAGS) @CFLAGS_BUGTRAP@
 
 src_test_bench_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@ \
         @TOR_LDFLAGS_libevent@





More information about the tor-commits mailing list