[cairo-commit] libpixman ChangeLog,1.32,1.33
Carl Worth
commit at pdx.freedesktop.org
Tue Jan 4 11:55:38 PST 2005
Committed by: cworth
Update of /cvs/cairo/libpixman
In directory gabe:/tmp/cvs-serv22144
Modified Files:
ChangeLog
Log Message:
* src/ic.c (pixman_composite): Do nothing if src image has width
or height == 0 to avoid potential divide-by-zero.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libpixman/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- ChangeLog 23 Dec 2004 19:10:08 -0000 1.32
+++ ChangeLog 4 Jan 2005 19:55:36 -0000 1.33
@@ -1,3 +1,8 @@
+2005-01-04 Carl Worth <cworth at cworth.org>
+
+ * src/ic.c (pixman_composite): Do nothing if src image has width
+ or height == 0 to avoid potential divide-by-zero.
+
2004-12-23 Carl Worth <cworth at cworth.org>
* src/slim_internal.h: Rename __internal_linkage to
More information about the cairo-commit
mailing list