[cairo-commit] cairo ChangeLog,1.744,1.745

Carl Worth commit at pdx.freedesktop.org
Mon Jul 18 14:35:56 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv7919

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.744
retrieving revision 1.745
diff -u -d -r1.744 -r1.745
--- ChangeLog	18 Jul 2005 18:51:42 -0000	1.744
+++ ChangeLog	18 Jul 2005 21:35:54 -0000	1.745
@@ -1,5 +1,18 @@
 2005-07-18  Carl Worth  <cworth at cworth.org>
 
+	* 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.
+
+2005-07-18  Carl Worth  <cworth at cworth.org>
+
 	* configure.in: Add -head to CAIRO_VERSION after tagging with
 	SNAPSHOT_0_5_2.
 




More information about the cairo-commit mailing list