From 43295bdd62998d434f244e925ca6db1af4cb77fb Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 26 Nov 2002 07:10:18 +0000 Subject: w3m 0.3.2 branch: backport from trunk * [w3m-dev 03438] Re: segmentation fault by large complex table. * table.c (check_table_height): check MAXROWCELL * table.h (MAXROWCELL): added From: Hironori SAKAMOTO --- table.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'table.h') diff --git a/table.h b/table.h index 989969e..c3cf96c 100644 --- a/table.h +++ b/table.h @@ -1,4 +1,4 @@ -/* $Id: table.h,v 1.5.6.1 2002/11/26 07:09:09 ukai Exp $ */ +/* $Id: table.h,v 1.5.6.2 2002/11/26 07:10:18 ukai Exp $ */ #if (defined(MESCHACH) && !defined(MATRIX)) #define MATRIX #endif /* (defined(MESCHACH) && !defined(MATRIX)) */ @@ -34,6 +34,7 @@ typedef unsigned short table_attr; #define TBL_IN_COL 4 #define MAXCELL 20 +#define MAXROWCELL 1000 struct table_cell { short col[MAXCELL]; short colspan[MAXCELL]; -- cgit v1.2.3