CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/20 09:58:16
Modified files:
usr.bin/mandoc : mdoc_macro.c
regress/usr.bin/mandoc/mdoc/Bl: break.in break.out_ascii
break.out_lint
Log message:
When scanning upwards for a column list to put a .Ta macro in,
ignore body end markers of lists breaking other blocks.
Fixing a logical error that caused a NULL deref found by tb@ with afl(1).
