[cairo-commit] cairo ChangeLog,1.744,1.745
Carl Worth
commit at pdx.freedesktop.org
Mon Jul 18 14:35:56 PDT 2005
- Previous message: [cairo-commit] cairo-ocaml/src ml_cairo_ft.c, 1.6, 1.7 caml_io.h,
1.1.1.1, NONE cairo_png.mli, 1.2, 1.3 cairo_png.ml, 1.2,
1.3 cairo_ft.mli, 1.4, 1.5 cairo_ft.ml, 1.4, 1.5 cairo.mli,
1.18, 1.19 cairo.ml, 1.16, 1.17 Makefile, 1.10, 1.11
- Next message: [cairo-commit] cairo/test .valgrind-suppressions, NONE,
1.1 Makefile.am, 1.63, 1.64
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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.
- Previous message: [cairo-commit] cairo-ocaml/src ml_cairo_ft.c, 1.6, 1.7 caml_io.h,
1.1.1.1, NONE cairo_png.mli, 1.2, 1.3 cairo_png.ml, 1.2,
1.3 cairo_ft.mli, 1.4, 1.5 cairo_ft.ml, 1.4, 1.5 cairo.mli,
1.18, 1.19 cairo.ml, 1.16, 1.17 Makefile, 1.10, 1.11
- Next message: [cairo-commit] cairo/test .valgrind-suppressions, NONE,
1.1 Makefile.am, 1.63, 1.64
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list