suppressions: add a well known zlib inflate bug

This commit is contained in:
Vincent Penquerc'h 2015-04-09 12:58:46 +01:00
parent a862db33b6
commit 54c444d61d

View file

@ -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
}