suppressions: add a well known zlib inflate bug
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 9 Apr 2015 11:58:46 +0000 (12:58 +0100)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 9 Apr 2015 12:01:23 +0000 (13:01 +0100)
tests/check/gst-plugins-good.supp

index 3e987e60c3521d1a4e3e79f90aa0c886d67be89a..0c41cc633d1c323dd57685cbbe195e438e7138e7 100644 (file)
    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
+}