1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

[tables] Lower HTML_MAX_ROWSPAN. Refs #222

This commit is contained in:
Witold Filipczyk 2023-04-23 15:52:12 +02:00
parent 98dc190cf1
commit 38634bc9b3

View File

@ -72,7 +72,7 @@
#define HTML_TABLE_2ND_PASS
#define HTML_DEFAULT_INPUT_SIZE 20
#define HTML_MAX_COLSPAN 32768
#define HTML_MAX_ROWSPAN 32768
#define HTML_MAX_ROWSPAN 16384
#define HTML_MAX_CELLS_MEMORY 32*1024*1024
#define MAX_STR_LEN 1024