gnumeric r16370 - trunk/plugins/excel



Author: mortenw
Date: Sat Feb  9 15:35:54 2008
New Revision: 16370
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16370&view=rev

Log:
515339



Modified:
   trunk/plugins/excel/ms-chart.c

Modified: trunk/plugins/excel/ms-chart.c
==============================================================================
--- trunk/plugins/excel/ms-chart.c	(original)
+++ trunk/plugins/excel/ms-chart.c	Sat Feb  9 15:35:54 2008
@@ -1385,7 +1385,7 @@
 	guint16 flags;
 	gboolean auto_marker;
 
-	XL_CHECK_CONDITION_VAL (BC_R(ver)(s) >= MS_BIFF_V8 ? 20 : 8, FALSE);
+	XL_CHECK_CONDITION_VAL (q->length >= (BC_R(ver)(s) >= MS_BIFF_V8 ? 20 : 8), FALSE);
 
 	shape = GSF_LE_GET_GUINT16 (q->data+8);
 	flags = GSF_LE_GET_GUINT16 (q->data+10);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]