Commit d51fb21a authored by earthdok@chromium.org's avatar earthdok@chromium.org

MSan: fix a broken blacklist rule.

BUG=394028
TBR=eugenis@chromium.org
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284407 0039d316-1c4b-4281-b951-d872f2087c98
parent fa4e29f1
...@@ -26,7 +26,7 @@ fun:*ProcessOnePixel* ...@@ -26,7 +26,7 @@ fun:*ProcessOnePixel*
fun:*UTF8GenericReplaceInternal* fun:*UTF8GenericReplaceInternal*
# False positives due to use of linux_syscall_support. http://crbug.com/394028 # False positives due to use of linux_syscall_support. http://crbug.com/394028
fun:google_breakpad*LinuxDumper*ReadAuxv fun:*google_breakpad*LinuxDumper*ReadAuxv*
# Bug in MSan, fixed in clang r211022. http://crbug.com/385074 # Bug in MSan, fixed in clang r211022. http://crbug.com/385074
fun:*TEST_SeccompRetTrace* fun:*TEST_SeccompRetTrace*
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