Bug 1418453 - Change asan_blacklist_win.txt syntax to get it working again. r=glandium

--HG--
extra : rebase_source : ca7d9b74176d78c87d708eefee2ee244b39cd3c0
This commit is contained in:
David Major 2017-11-22 12:07:00 -05:00
parent d605c83e10
commit de1574c9ea

View File

@ -6,10 +6,10 @@
# Sandbox executes some of its code before the ASan RTL gets initialized and
# maps shadow memory. As a result, instrumented code tries to access unavailable
# shadow memory and faults.
fun:*TargetNtSetInformationThread@20
fun:*TargetNtOpenThreadToken@20
fun:*TargetNtOpenThreadTokenEx@24
fun:*TargetNtMapViewOfSection@44
fun:*TargetNtSetInformationThread*
fun:*TargetNtOpenThreadToken*
fun:*TargetNtOpenThreadTokenEx*
fun:*TargetNtMapViewOfSection*
fun:*AutoProtectMemory*sandbox*
fun:*EatResolverThunk*sandbox*
fun:*InterceptionAgent*sandbox*