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

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

Issue 6005009: Added a new suppression for invalid write in WebDataService::InitializeDataba... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 70335)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -2507,13 +2507,21 @@
fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv
}
{
- bug_50968
+ bug_50968_a
Memcheck:Leak
...
fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv
fun:_Z16DispatchToMethodI14WebDataServiceMS0_FvvEEvPT_T0_RK6Tuple0
}
{
+ bug_50968_b
+ Memcheck:Addr4
+ ...
+ fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv
+ fun:_Z16DispatchToMethodI14WebDataServiceMS0_FvvEEvPT_T0_RK6Tuple0
+}
+
+{
bug_56359_a
Memcheck:Leak
fun:_Znw*
« 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