Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1241)

Unified Diff: build/android/pylib/valgrind_tools.py

Issue 173743002: Update ASAn/Android runtime and enable stack overflow detection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/android/asan/libclang_rt.asan-arm-android.so » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/valgrind_tools.py
diff --git a/build/android/pylib/valgrind_tools.py b/build/android/pylib/valgrind_tools.py
index 95ae2b9797a058052ab67dd9b836a25fbe400579..4db337a3b41edcf36c9a16631084a3bfdf3db57b 100644
--- a/build/android/pylib/valgrind_tools.py
+++ b/build/android/pylib/valgrind_tools.py
@@ -90,7 +90,7 @@ class AddressSanitizerTool(BaseTool):
# Disable memcmp overlap check.There are blobs (gl drivers)
# on some android devices that use memcmp on overlapping regions,
# nothing we can do about that.
- EXTRA_OPTIONS = 'strict_memcmp=0'
+ EXTRA_OPTIONS = 'strict_memcmp=0,use_sigaltstack=1'
def __init__(self, adb):
self._adb = adb
« no previous file with comments | « no previous file | tools/android/asan/libclang_rt.asan-arm-android.so » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698