[tor-commits] [tor-browser/tor-browser-38.4.0esr-5.5-1] fixup! Bug 12516: Compile hardenend Tor Browser with -fwrapv
gk at torproject.org
gk at torproject.org
Thu Dec 10 12:31:05 UTC 2015
commit 2dd8df51e236c471675870aca0857946c0c1d035
Author: Georg Koppen <gk at torproject.org>
Date: Thu Dec 10 12:30:13 2015 +0000
fixup! Bug 12516: Compile hardenend Tor Browser with -fwrapv
---
.mozconfig-asan | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.mozconfig-asan b/.mozconfig-asan
index 9472ff2..583883b 100644
--- a/.mozconfig-asan
+++ b/.mozconfig-asan
@@ -1,7 +1,7 @@
. $topsrcdir/browser/config/mozconfig
export CFLAGS="-fsanitize=address -Dxmalloc=myxmalloc -fwrapv"
-export CXXFLAGS="-fsanitize=address -Dxmalloc=myxmalloc -frwapv"
+export CXXFLAGS="-fsanitize=address -Dxmalloc=myxmalloc -fwrapv"
# We need to add -ldl explicitely due to bug 1213698
export LDFLAGS="-fsanitize=address -ldl"
More information about the tor-commits
mailing list