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

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

Issue 6549017: Suppress some DrMemory reports (one of them is real, the other is possible)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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/drmemory/suppressions.txt
===================================================================
--- tools/valgrind/drmemory/suppressions.txt (revision 75598)
+++ tools/valgrind/drmemory/suppressions.txt (working copy)
@@ -2,7 +2,7 @@
# Known reports on the third party we have no control over.
UNINITIALIZED READ
...
-*!deflate_slow
+*!deflate_*
*!MOZ_Z_deflate
############################
@@ -284,9 +284,11 @@
# http://code.google.com/p/drmemory/issues/detail?id=304
UNINITIALIZED READ
...
-*!_malloc_dbg
+*!_nh_malloc_dbg_impl
+
+UNADDRESSABLE ACCESS
...
-*!_*putenv_s
+*!_nh_malloc_dbg_impl
# http://code.google.com/p/drmemory/issues/detail?id=305
LEAK
@@ -458,13 +460,6 @@
...
*!vp8_*
-# http://crbug.com/57910
-POSSIBLE LEAK
-...
-*!*inflateInit*
-*!remoting::DecompressorZlib::InitStream
-*!remoting::DecompressorZlib::Reset
-
# http://crbug.com/70388
LEAK
*!operator new
@@ -479,5 +474,20 @@
*!printing::PrintingContextWin::AskUserForSettings
*!PrintingContextTest_PrintAll_Test::TestBody
+# http://crbug.com/73740
+UNINITIALIZED READ
+ntdll.dll!wcslen
+KERNEL32.dll!lstrlenW
+*!base::debug::DebugOnStart::FindArgument
+*!base::debug::DebugOnStart::Init
+
+# http://crbug.com/73744
+LEAK
+*!operator new
+*!remoting::TraceContext::Get
+*!remoting::TraceContext::tracer
+*!remoting::ScreenRecorder::DoCapture
+*!remoting::ScreenRecorder::DoStart
+
# Empty line at EOF - workaround for
# http://code.google.com/p/drmemory/issues/detail?id=41
« 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