CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/24 08:37:23
Modified files:
usr.bin/mandoc : tbl_term.c
regress/usr.bin/mandoc/tbl: Makefile
Added files:
regress/usr.bin/mandoc/tbl: misalign.in misalign.out_ascii
Log message:
Prevent unsigned integer underflow when a number is too wide
for a table cell with an "nz" layout specification,
causing essentially infinite output as found by jsg@ with afl.
