Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(684)

Unified Diff: base/debug/tsan_suppressions.cc

Issue 416463002: Update the TSan suppressions for uprv_malloc_xx and uprv_realloc_xx (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/tsan_suppressions.cc
diff --git a/base/debug/tsan_suppressions.cc b/base/debug/tsan_suppressions.cc
index a7af5a697b53839e1a28f60fc582e5e788f7b1eb..428e729f5dab94eb372778d5917a0564bb765c57 100644
--- a/base/debug/tsan_suppressions.cc
+++ b/base/debug/tsan_suppressions.cc
@@ -69,8 +69,8 @@ char kTSanDefaultSuppressions[] =
"race:v8::Locker::Initialize\n"
// http://crbug.com/223352
-"race:uprv_malloc_46\n"
-"race:uprv_realloc_46\n"
+"race:uprv_malloc_52\n"
+"race:uprv_realloc_52\n"
// http://crbug.com/239359
"race:media::TestInputCallback::OnData\n"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698