mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 02:18:03 +02:00
Add valgrind suppressions for libpng/libz use of uninitialized data. There are clearly bugs here that are not cairo's fault as zeroing the buffer before writing the png image actually causes more errors(\!). And, notably, setting all the data to random bytes usually makes the errors go away.
Change the check-valgrind target to include the .valgrind-suppresions file and to tee output into valgrind.log.
This commit is contained in:
parent
cd587375e3
commit
b0b2f8021a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* test/.valgrind-suppressions: Add valgrind suppressions for
|
||||
libpng/libz use of uninitialized data. There are clearly bugs here
|
||||
that are not cairo's fault as zeroing the buffer before writing
|
||||
the png image actually causes more errors(\!). And, notably,
|
||||
the png image actually causes more errors(!). And, notably,
|
||||
setting all the data to random bytes usually makes the errors go
|
||||
away.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue