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

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

Issue 1153293002: suppress uninit error reported from *!blink::CSSPropertyParser::validUnit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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_full.txt
diff --git a/tools/valgrind/drmemory/suppressions_full.txt b/tools/valgrind/drmemory/suppressions_full.txt
index a5a36055f4b6816f68cd5f9242afa14b724cafe6..7d698a8fda5878a76555841f615b393a7f783c4c 100644
--- a/tools/valgrind/drmemory/suppressions_full.txt
+++ b/tools/valgrind/drmemory/suppressions_full.txt
@@ -1991,3 +1991,23 @@ gfx.dll!gfx::WindowImpl::Init
win_window.dll!ui::WinWindow::WinWindow
aura.dll!aura::WindowTreeHostWin::WindowTreeHostWin
aura.dll!aura::WindowTreeHost::Create
+
+UNINITIALIZED READ
+name=bug_492821
+*!blink::CSSPropertyParser::validUnit
+*!blink::CSSPropertyParser::validWidthOrHeight
+*!blink::CSSPropertyParser::parseValue
+*!blink::CSSPropertyParser::parseValue
+*!blink::CSSParserImpl::consumeDeclarationValue
+*!blink::CSSParserImpl::consumeDeclaration
+*!blink::CSSParserImpl::consumeDeclarationList
+*!blink::CSSParserImpl::consumeStyleRule
+*!blink::CSSParserImpl::consumeQualifiedRule
+*!blink::CSSParserImpl::consumeRuleList<>
+*!blink::CSSParserImpl::parseStyleSheet
+*!blink::CSSParser::parseSheet
+*!blink::StyleSheetContents::parseStringAtPosition
+*!blink::StyleEngine::parseSheet
+*!blink::StyleEngine::createSheet
+*!blink::StyleElement::createSheet
+*!blink::StyleElement::process
« 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