summaryrefslogtreecommitdiffstats
path: root/tools/memory
diff options
context:
space:
mode:
authorrnk <rnk@chromium.org>2015-10-09 10:46:30 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-09 17:47:23 +0000
commit9b4299dbbdb54e69e03719a1e0e46b9d9aa50ffe (patch)
tree0763abee508aad3dea5a03fb3a38c3534e70c57e /tools/memory
parent71eeb3e1690d758a5d7515d188afeefc6b61b01d (diff)
downloadchromium_src-9b4299dbbdb54e69e03719a1e0e46b9d9aa50ffe.zip
chromium_src-9b4299dbbdb54e69e03719a1e0e46b9d9aa50ffe.tar.gz
chromium_src-9b4299dbbdb54e69e03719a1e0e46b9d9aa50ffe.tar.bz2
Add sync_interception.cc to the WinASan instrumentation blacklist
Fixes test failures introduced in https://codereview.chromium.org/1294823003, due to sandbox interceptors running before ASan initialization. BUG=521298 TBR=thakis@chromium.org,jschuh@chromium.org,glider@chromium.org Review URL: https://codereview.chromium.org/1402493002 Cr-Commit-Position: refs/heads/master@{#353325}
Diffstat (limited to 'tools/memory')
-rw-r--r--tools/memory/asan/blacklist_win.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/memory/asan/blacklist_win.txt b/tools/memory/asan/blacklist_win.txt
index 3846eef..b0f00fd 100644
--- a/tools/memory/asan/blacklist_win.txt
+++ b/tools/memory/asan/blacklist_win.txt
@@ -27,4 +27,5 @@ src:*filesystem_interception.cc
src:*process_thread_interception.cc
src:*registry_interception.cc
src:*sandbox_nt_util.cc
+src:*sync_interception.cc
################################################################################