CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/12/17 20:09:42
Modified files: usr.bin/mandoc : mdoc.h mdoc_macro.c regress/usr.bin/mandoc/mdoc/Bl: break.in break.out_ascii break.out_lint Log message: The code is already careful to not add items to lists that were already closed. In this respect, also consider lists closed that have broken another block, their closure pending until the end of the broken block. This avoids syntax tree corruption leading to a NULL pointer access found by jsg@ with afl.