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

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

Issue 1237253005: Extend DrMemory suppression. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: tools/valgrind/drmemory/suppressions.txt
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index 58c29e4198b126dad5e51ed1065c19027ec02e89..b269f1988f21b07ba359b0d40e58490ecd92b986 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -773,6 +773,13 @@ ntdll.dll!RtlDosPathNameToNtPathName_U_WithStatus
ntdll.dll!RtlDosPathNameToNtPathName_U_WithStatus
ntdll.dll!RtlIntegerToUnicodeString
+HANDLE LEAK
+name=http://crbug.com/487500b
+system call NtCreateEvent
+ntdll.dll!RtlDosPathNameToNtPathName_U_WithStatus
+ntdll.dll!RtlDosPathNameToNtPathName_U_WithStatus
+ntdll.dll!RtlEncodePointer
+
UNADDRESSABLE ACCESS
name=http://crbug.com/508820
...
« 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