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

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

Issue 1753833002: Suppress UNINITIALIZED_READ in CSSVariableData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | tools/valgrind/gtest_exclude/remoting_unittests.gtest_mac.txt » ('j') | 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 6238ad1dc5f7936d57658d6404cb90f3d3cd48c4..64072dad0a21d64305ca3ff7609d9483110b602e 100644
--- a/tools/valgrind/drmemory/suppressions_full.txt
+++ b/tools/valgrind/drmemory/suppressions_full.txt
@@ -2117,3 +2117,14 @@ content.dll!content::PPB_ImageData_Impl::Init
content.dll!content::PepperGraphics2DHost::Init
content.dll!content::PepperGraphics2DHost::Create
content.dll!content::ContentRendererPepperHostFactory::CreateResourceHost
+
+UNINITIALIZED READ
+name=bug_591092
+webcore_shared.dll!std::_Equal<>
+webcore_shared.dll!WTF::operator==<>
+webcore_shared.dll!blink::CSSVariableData::operator==
+webcore_shared.dll!blink::dataEquivalent<>
+webcore_shared.dll!blink::dataEquivalent<>
+...
+webcore_shared.dll!blink::Document::updateStyle
+webcore_shared.dll!blink::Document::updateLayoutTree
« no previous file with comments | « no previous file | tools/valgrind/gtest_exclude/remoting_unittests.gtest_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698