CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/24 20:04:32
Modified files:
usr.bin/mandoc : mdoc_macro.c mdoc_term.c
regress/usr.bin/mandoc/mdoc/Sh: Makefile
Added files:
regress/usr.bin/mandoc/mdoc/Sh: empty.in empty.out_ascii
empty.out_lint
Log message:
Do not access a NULL pointer when a section has no body,
which can for example happen for .Sh Xo .Sh without .Xc.
Crash found by jsg@ with afl.
