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

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

Issue 135643003: Suppress an unitialized read. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 77fce2e87f33cbf0b3884e77a33bda03a05232f5..8e0efa6a5cee94f7a7bf1835b9eee54b442fa818 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6390,3 +6390,8 @@
fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv
fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv
}
+{
+ bug_333564
+ Memcheck:Uninitialized
+ fun:_ZNK7WebCore11RenderLayer25shouldBeSelfPaintingLayerEv
+}
« 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