[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor-browser/tor-browser-38.4.0esr-5.5-1] Bug 12516: Compile hardenend Tor Browser with -fwrapv



commit 507be1ee78b54b23106d6e99b5d07835d34682a0
Author: Georg Koppen <gk@xxxxxxxxxxxxxx>
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"
 

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits