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:
Carl Worth 2005-07-18 14:36:39 +00:00
parent cd587375e3
commit b0b2f8021a

View file

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