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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 10441024: Suppress use-after-free in base::Thread::ThreadMain() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index d6332b83f16f9c9abb1bc2694c6d7d9a32bc8052..b854529cc79aaf32952dae534aa101dacc3d7c41 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5798,6 +5798,12 @@
fun:_ZN36RefcountedProfileKeyedServiceFactory23SetTestingFactoryAndUseEP7ProfilePF13scoped_refptrI29RefcountedProfileKeyedServiceES1_E
fun:_ZN14TestingProfile20CreateWebDataServiceEv
}
+{
+ bug_127931
+ Memcheck:Unaddressable
+ fun:_ZN4base6Thread10ThreadMainEv
+ fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« 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