CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/11/19 06:17:44
Modified files:
usr.bin/mandoc : mdoc_validate.c
Log message:
Avoid a NULL pointer access if an .Rs block body contains nothing
but invalid nodes. Output still differs a lot from groff, but at
least let's not crash.
Problem found and patch provided by joerg@, thanks!
