Commit 702c2f60 authored by timurrrr's avatar timurrrr Committed by Commit bot

Revert of Copy the contents of the ASan/Win blacklist to work around...

Revert of Copy the contents of the ASan/Win blacklist to work around http://llvm.org/PR22431 (patchset #2 id:20001 of https://codereview.chromium.org/886073003/)

Reason for revert:
r315281 rolls ASan/Win past LLVM r228156, which includes the fix for PR22431

Original issue's description:
> Copy the contents of the ASan/Win blacklist to work around http://llvm.org/PR22431
>
> BUG=454283
>
> Committed: https://crrev.com/7949a66919a6d288451e3a818a843ea39025bd74
> Cr-Commit-Position: refs/heads/master@{#314139}

TBR=glider@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=454283

Review URL: https://codereview.chromium.org/904413003

Cr-Commit-Position: refs/heads/master@{#315282}
parent d92f76a5
...@@ -4,11 +4,6 @@ ...@@ -4,11 +4,6 @@
# #
# Please think twice before you add or remove these rules. # Please think twice before you add or remove these rules.
# Stack buffer overflow in VC/INCLUDE/xlocnum, see http://goo.gl/L4qqUG
# This really belongs in the ASan default blacklist, but that's not enough due
# to a bug/misfeature in the compiler driver: http://llvm.org/PR22431
fun:*_Find_elem@*@std*
################################################################################ ################################################################################
# Sandbox executes some of its code before the ASan RTL gets initialized and # 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 # maps shadow memory. As a result, instrmented code tries to access unavailable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment