CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/09/03 11:37:06
Modified files:
usr.bin/mandoc : roff_term.c
regress/usr.bin/mandoc/roff/ti: Makefile
Added files:
regress/usr.bin/mandoc/roff/ti: wide.in wide.out_ascii
Log message:
If .ti had an excessive argument, using it was attempted, in some
cases resulting in an assertion failure. Instead, truncate the
temporary indent to a width reasonable in a manual page.
I found the issue in an afl run
that was performed by Jan Schreiber <jes at posteo dot de>.