[tor-commits] [tor-browser/tor-browser-38.4.0esr-5.5-1] Bug 12516: Compile hardenend Tor Browser with -fwrapv
gk at torproject.org
gk at torproject.org
Wed Dec 9 20:14:40 UTC 2015
commit 507be1ee78b54b23106d6e99b5d07835d34682a0
Author: Georg Koppen <gk at torproject.org>
Date: Tue Dec 8 10:27:03 2015 +0000
Bug 12516: Compile hardenend Tor Browser with -fwrapv
---
.mozconfig-asan | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.mozconfig-asan b/.mozconfig-asan
index 218d2bd..9472ff2 100644
--- a/.mozconfig-asan
+++ b/.mozconfig-asan
@@ -1,7 +1,7 @@
. $topsrcdir/browser/config/mozconfig
-export CFLAGS="-fsanitize=address -Dxmalloc=myxmalloc"
-export CXXFLAGS="-fsanitize=address -Dxmalloc=myxmalloc"
+export CFLAGS="-fsanitize=address -Dxmalloc=myxmalloc -fwrapv"
+export CXXFLAGS="-fsanitize=address -Dxmalloc=myxmalloc -frwapv"
# We need to add -ldl explicitely due to bug 1213698
export LDFLAGS="-fsanitize=address -ldl"
More information about the tor-commits
mailing list