summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2015-04-09 12:58:46 +0100
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2015-04-09 13:01:23 +0100
commit54c444d61d124a4c423d7052f6c472f4e924eb50 (patch)
tree4c60133bf01f0bf53bbc3ca5192db5877d4c76e8 /tests
parenta862db33b6ae2b22c8f63197bc5ef7732efae060 (diff)
downloadgstreamer-plugins-good-54c444d61d124a4c423d7052f6c472f4e924eb50.tar.gz
suppressions: add a well known zlib inflate bug
Diffstat (limited to 'tests')
-rw-r--r--tests/check/gst-plugins-good.supp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/check/gst-plugins-good.supp b/tests/check/gst-plugins-good.supp
index 3e987e60c..0c41cc633 100644
--- a/tests/check/gst-plugins-good.supp
+++ b/tests/check/gst-plugins-good.supp
@@ -125,3 +125,12 @@
fun:jinit_compress_master
fun:jpeg_start_compress
}
+
+{
+ <well known zlib bug>
+ Memcheck:Cond
+ fun:inflateReset2
+ fun:inflateInit2_
+ fun:png_create_read_struct_2
+ fun:png_create_read_struct
+}