Skip to content

Commit

Permalink
Blacklist an MSan false positive in glib-2.0.
Browse files Browse the repository at this point in the history
BUG=423410
TBR=eugenis@chromium.org
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#299509}
  • Loading branch information
earthdok authored and Commit bot committed Oct 14, 2014
1 parent 93fd8d3 commit 5a0feba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# MSan needs an interceptor for wcsxfrm(). http://crbug.com/423410
fun:g_utf8_collate_key
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@
'--disable-gtk-doc-pdf',
],
'asan_blacklist': 'blacklists/asan/libglib2.0-0.txt',
'msan_blacklist': 'blacklists/msan/libglib2.0-0.txt',
'run_before_build': 'scripts/autogen.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
Expand Down

0 comments on commit 5a0feba

Please sign in to comment.