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

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

Issue 2028203002: Suppress UNINIT READ in CSSSelectorParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 1caadd6fda8033f1d3f20025c6666c51ed2d35a9..4c3dbc79f3fc5266b26f17c9524615fc5b2a6e83 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -832,3 +832,13 @@ name=http://crbug.com/615911
skia.dll!HDCOffscreen::draw
skia.dll!SkScalerContext_GDI::generateImage
skia.dll!SkScalerContext::getImage
+
+UNINITIALIZED READ
+name=http://crbug.com/616556
+wtf.dll!WTF::equalIgnoringASCIICase
+webcore_shared.dll!blink::CSSSelectorParser::consumeAttributeFlags
+webcore_shared.dll!blink::CSSSelectorParser::consumeAttribute
+webcore_shared.dll!blink::CSSSelectorParser::consumeSimpleSelector
+webcore_shared.dll!blink::CSSSelectorParser::consumeCompoundSelector
+...
+webcore_shared.dll!blink::CSSParser::parseSheet
« 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