CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/02/01 21:04:18
Modified files:
usr.bin/mandoc : mdoc_macro.c
regress/usr.bin/mandoc/mdoc/Nm: Makefile
Added files:
regress/usr.bin/mandoc/mdoc/Nm: broken.in broken.out_ascii
Log message:
When a full block macro gets closed out by a mismatching
block closure macro it calls, do not attempt to open its body.
This can for example happen for (nonsensical) constructions like
.Fo
.Nm Fc
in the SYNOPSIS. Fixing an assertion failure jsg@ found with afl
some time ago (test case number 731).