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

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

Issue 1177433004: [MemSheriff] Suppress uninit read (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index 28e73ca50b4bfbb0f8c94add59e37a9ba4181aa2..4348395b379ec0381276822add4dbe0eb814d128 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -772,3 +772,15 @@ system call NtCreateEvent
ntdll.dll!RtlDosPathNameToNtPathName_U_WithStatus
ntdll.dll!RtlDosPathNameToNtPathName_U_WithStatus
ntdll.dll!RtlIntegerToUnicodeString
+
+UNINITIALIZED READ
+name=http://crbug.com/498519_a
+blink_web.dll!blink::Element::styleForLayoutObject
+blink_web.dll!blink::LayoutTreeBuilderForElement::style
+blink_web.dll!blink::LayoutTreeBuilderForElement::shouldCreateLayoutObject
+
+UNINITIALIZED READ
+name=http://crbug.com/498519_b
+blink_web.dll!blink::Element::styleForLayoutObject
+blink_web.dll!blink::Element::recalcOwnStyle
+blink_web.dll!blink::Element::recalcStyle
« 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