mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-24 19:30:10 +01:00
Add a variation of an existing valgrind suppression
This commit is contained in:
parent
16c18aea52
commit
d6e204b9d5
1 changed files with 12 additions and 0 deletions
|
|
@ -51,6 +51,18 @@
|
|||
fun:emit_pattern
|
||||
fun:_cairo_pdf_surface_paint
|
||||
}
|
||||
{
|
||||
cairo's _cairo_pdf_surface_paint triggers apparent bugs in libz
|
||||
Memcheck:Cond
|
||||
obj:/usr/lib/libz.so.1.2.3
|
||||
obj:/usr/lib/libz.so.1.2.3
|
||||
fun:deflate
|
||||
fun:compress2
|
||||
fun:compress
|
||||
fun:compress_dup
|
||||
fun:emit_pattern
|
||||
fun:_cairo_pdf_surface_paint
|
||||
}
|
||||
{
|
||||
pthread initialization strstr bug
|
||||
Memcheck:Cond
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue