CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/29 08:48:17
Modified files:
usr.bin/mandoc : mdoc_macro.c
Log message:
Do not mark a block with the MDOC_BROKEN flag if it merely contains
a mismatching explicit end macro without actually being broken.
Avoids a subsequent upward search for the non-existent breaker
ending up in a NULL pointer access; afl test case 005/Apr27 from jsg@.
