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

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

Issue 7003120: Suppress reports on waveOutGetNumDevs and CreateTextServices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 88668)
+++ tools/valgrind/drmemory/suppressions.txt (working copy)
@@ -372,7 +372,6 @@
POSSIBLE LEAK
RPCRT4.dll!I_RpcBCacheFree
RPCRT4.dll!I_RpcBCacheFree
-RPCRT4.dll!NdrOleFree
...
RPCRT4.dll!NdrClientCall2
@@ -406,6 +405,23 @@
ntdll.dll!LdrLoadDll
KERNEL32.dll!LoadLibraryExW
+# http://code.google.com/p/drmemory/issues/detail?id=454
+UNINITIALIZED READ
+...
+WINMM.dll!waveOutGetNumDevs
+
+LEAK
+...
+WINMM.dll!waveOutGetNumDevs
+
+# http://code.google.com/p/drmemory/issues/detail?id=455
+UNADDRESSABLE ACCESS
+system call NtQueryValueKey
+...
+KERNEL32.dll!GetProfileIntA
+...
+RICHED20.dll!CreateTextServices
+
############################
# TODO(timurrrr): investigate these
UNINITIALIZED READ
« 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