CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/08 10:29:12
Modified files:
usr.bin/mandoc : mdoc_validate.c
Log message:
When looking for the next block to tag, we aren't interested in children
of the current block but really want the next block instead. This fixes
a segfault reported by Evan Silberman <evan at jklol dot net> on bugs@.
