CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/09 07:40:24
Modified files:
usr.bin/mandoc : term_ascii.c
Log message:
Do not abuse assert(3) to react to absurd input; the purpose of assert(3)
only is to catch internal inconsistencies in the program itself.
Issue found in an afl run performed by Jan Schreiber <jes at posteo dot de>.
Instead, just cut down unreasonably wide spacing requested by the document
to a narrower width.
