summaryrefslogtreecommitdiffstats
path: root/tools/memory/asan/blacklist_win.txt
blob: b0f00fde6a0e7d46d7d9689fcf07ae8ba399c590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# The rules in this file are only applied at compile time on Windows.
# Because the Chrome buildsystem does not automatically touch the files
# mentioned here, changing this file requires clobbering all ASan bots.
#
# Please think twice before you add or remove these rules.

################################################################################
# Sandbox executes some of its code before the ASan RTL gets initialized and
# maps shadow memory.  As a result, instrmented code tries to access unavailable
# shadow memory and faults.
# Temporarily disable instrumentation of that code until we come up with
# a better long-term solution.  See http://crbug.com/382867 for details.
fun:*TargetNtSetInformationThread@20
fun:*TargetNtOpenThreadToken@20
fun:*TargetNtOpenThreadTokenEx@24
fun:*TargetNtMapViewOfSection@44
fun:*AutoProtectMemory*sandbox*
fun:*EatResolverThunk*sandbox*
fun:*InterceptionAgent*sandbox*
fun:*ResolverThunk*sandbox*
fun:*Target*SandboxFactory*sandbox*
fun:*ProcessState*sandbox*
src:*pe_image.h
src:*pe_image.cc
src:*resolver_32.cc
src:*filesystem_interception.cc
src:*process_thread_interception.cc
src:*registry_interception.cc
src:*sandbox_nt_util.cc
src:*sync_interception.cc
################################################################################