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

Unified Diff: tools/valgrind.supp

Issue 477733002: valgrind suppression for zlib Flate Test (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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.supp
diff --git a/tools/valgrind.supp b/tools/valgrind.supp
index 65683944a24c63aef7368bd678ff0a7a70e91d7c..40a9b19ea33564f7ca0d9079a6269d5e181ffbdc 100644
--- a/tools/valgrind.supp
+++ b/tools/valgrind.supp
@@ -113,6 +113,14 @@
fun:png_create_read_struct_2
fun:png_create_read_struct
}
+{
+ zlib_bug_2
+ Memcheck:Cond
+ fun:inflateReset2
+ fun:inflateInit2_
+ fun:_ZN12_GLOBAL__N_17doFlateEbP8SkStreamP9SkWStream
+ fun:_ZN7SkFlate7InflateEP8SkStreamP9SkWStream
+}
# Why is it OK to suppress this?
{
« 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