[cairo-commit] cairo ChangeLog,1.880,1.881

Behdad Esfahbod commit at pdx.freedesktop.org
Sat Aug 13 01:17:08 PDT 2005


Committed by: behdad

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

Modified Files:
	ChangeLog 
Log Message:
2005-08-13  Behdad Esfahbod  <behdad at behdad.org>

        * src/cairo-path-data.c (_cairo_path_data_append_to_context):
        Move checks for invalid number of points before the calls that
        use the points.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.880
retrieving revision 1.881
diff -u -d -r1.880 -r1.881
--- ChangeLog	13 Aug 2005 08:04:55 -0000	1.880
+++ ChangeLog	13 Aug 2005 08:17:06 -0000	1.881
@@ -1,5 +1,11 @@
 2005-08-13  Behdad Esfahbod  <behdad at behdad.org>
 
+	* src/cairo-path-data.c (_cairo_path_data_append_to_context):
+	Move checks for invalid number of points before the calls that
+	use the points.
+
+2005-08-13  Behdad Esfahbod  <behdad at behdad.org>
+
 	* src/cairo-color.c: Fix conversion to short, to get a uniform
 	range even for 0xffff.  In other words, a color component of
 	of (1.0 - epsilon) would convert to 0xffff, not 0xfffe.




More information about the cairo-commit mailing list