diff options
-rw-r--r-- | third_party/instrumented_libraries/blacklists/msan/libglib2.0-0.txt | 2 | ||||
-rw-r--r-- | third_party/instrumented_libraries/instrumented_libraries.gyp | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/blacklists/msan/libglib2.0-0.txt b/third_party/instrumented_libraries/blacklists/msan/libglib2.0-0.txt new file mode 100644 index 0000000..45c6683 --- /dev/null +++ b/third_party/instrumented_libraries/blacklists/msan/libglib2.0-0.txt @@ -0,0 +1,2 @@ +# MSan needs an interceptor for wcsxfrm(). http://crbug.com/423410 +fun:g_utf8_collate_key diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp index f03767f..9b91e64 100644 --- a/third_party/instrumented_libraries/instrumented_libraries.gyp +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp @@ -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'], }, |