Program received signal SIGSEGV, Segmentation fault.
0x000000000042b440 in HTMLlineproc0 (line=0x7beef5 "\n", h_env=0x7fffffffc3d0, internal=0) at file.c:6333
6333 int pre_mode = (obuf->table_level >= 0) ? tbl_mode->pre_mode :
(gdb) p obuf->table_level
$1 = 0
(gdb) p tbl_mode
$2 = (struct table_mode *) 0x0
This is found by afl-fuzz.
The text was updated successfully, but these errors were encountered:
input
gdb --args w3m -T text/html -dump fileThis is found by afl-fuzz.
The text was updated successfully, but these errors were encountered: