CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/07 09:39:44
Modified files:
usr.bin/mandoc : mdoc_macro.c
regress/usr.bin/mandoc/mdoc/Bk: Makefile
Added files:
regress/usr.bin/mandoc/mdoc/Bk: broken.in broken.out_ascii
broken.out_lint
Log message:
Closing a block validates it, which may end up deleting it,
so if we are in a loop over blocks, cleanly restart the loop
rather than risking use after free; found by jsg@ with afl.
