CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/08/10 14:16:43
Modified files: usr.bin/mandoc : mdoc_validate.c Log message: Don't deref NULL if the only child of the first .Sh is an empty in-line macro, and don't printf("%s", NULL) if the first child of the first .Sh is a macro; again found by tb@ with afl(1). (No, you should never use macros in any .Sh at all, please.)