mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
suppressions: add a well known zlib inflate bug
This commit is contained in:
parent
a862db33b6
commit
54c444d61d
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue