CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/11 07:14:53
Modified files:
usr.bin/mandoc : mdoc_html.c mdoc_man.c mdoc_term.c
regress/usr.bin/mandoc/mdoc/Eo: Makefile
Added files:
regress/usr.bin/mandoc/mdoc/Eo: unclosed.in unclosed.out_ascii
unclosed.out_lint
Log message:
do not access a NULL pointer if an .Eo block lacks a tail;
found by jsg@ with afl, test case #16
