Rene Kita 12c7b62a42 Ensure VLA size is at least one
Compiling with GCC 10.2 with -fsanitize=address,undefined valgrind
and opening the 'opions panel' reports:
table.c:1632:8: runtime error: variable length array bound evaluates to non-positive value 0
table.c:1266:11: runtime error: variable length array bound evaluates to non-positive value 0
table.c:1267:12: runtime error: variable length array bound evaluates to non-positive value 0

'maxcell' is initialized to -1 which results in a size of 0 during the
first iteration. Though the array is only accessed if maxcell >= 0,
using a variable length array with a size < 1 is undefined behaviour
(see e.g. C99 6.7.5.2,p5).

This closes issue #51 .
2021-09-02 10:32:44 +02:00
2020-11-12 21:19:57 +09:00
2021-08-15 15:29:03 -03:00
2021-05-26 16:29:59 +02:00
2021-07-17 13:20:55 +09:00
2020-09-15 20:23:16 +09:00
2020-09-15 20:22:30 +09:00
2021-08-30 20:20:20 +09:00
2020-05-06 15:47:06 +09:00
2021-02-13 16:51:48 +01:00
2019-11-08 15:53:20 -07:00
2018-10-26 21:13:46 +09:00
2020-01-03 23:42:05 -08:00
2016-11-27 15:24:34 +08:00
2021-01-03 11:00:17 +09:00
2020-09-06 22:38:16 +09:00
2021-04-05 22:36:45 +09:00
2021-09-02 10:32:44 +02:00
2016-04-02 06:51:06 +09:00
2016-04-02 06:51:06 +09:00
2021-02-17 19:27:09 +09:00

w3m: WWW wo Miru Tool
=====================

w3m is a pager with WWW capability.  It IS a pager, but it can be used
as a text-mode WWW browser.

This package is maintained for Debian <https://www.debian.org>,
forked from the original version <https://sourceforge.net/projects/w3m/>.

If you can read English, see doc/*.
If you can read Japanese, see doc-jp/*.
If you can read both, read both and correct English. :-)
Description
A modernized fork of w3m with next and previous heading and form navigation.b
Readme 13 MiB
Languages
C 60.9%
HTML 13.4%
Roff 12.2%
JavaScript 5.6%
Perl 1.7%
Other 6.1%