[cairo-commit] cairo ChangeLog,1.745,1.746
Carl Worth
commit at pdx.freedesktop.org
Mon Jul 18 14:36:41 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv8046
Modified Files:
ChangeLog
Log Message:
* 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,
setting all the data to random bytes usually makes the errors go
away.
* test/Makefile.am: Change the check-valgrind target to include
the .valgrind-suppresions file and to tee output into
valgrind.log.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.745
retrieving revision 1.746
diff -u -d -r1.745 -r1.746
--- ChangeLog 18 Jul 2005 21:35:54 -0000 1.745
+++ ChangeLog 18 Jul 2005 21:36:39 -0000 1.746
@@ -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.
More information about the cairo-commit
mailing list