CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/09/01 12:24:10
Modified files:
usr.bin/mandoc : mandoc.1 mandoc.h mandoc_msg.c tbl_layout.c
regress/usr.bin/mandoc/tbl/layout: Makefile
Added files:
regress/usr.bin/mandoc/tbl/layout: spacing-nogroff.in
spacing-nogroff.out_ascii
spacing-nogroff.out_lint
spacing.in spacing.out_ascii
Log message:
Ignore unreasonably large spacing modifiers in tbl layouts.
Jan Schreiber <jes at posteo dot de> ran afl on mandoc and it turned
out mandoc tried to use spacing modifiers so large that they would
trigger assertion failures in term_ascii.c, function locale_advance().