Don't deref NULL if the only child of the first .Sh is an empty
authorschwarze <schwarze@openbsd.org>
Wed, 10 Aug 2016 20:16:43 +0000 (20:16 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 10 Aug 2016 20:16:43 +0000 (20:16 +0000)
commitcf0e207530ae8698d2c5372bd9e4d983642dc24e
treece3b0df3bc1745312bce3e159a6142826f4cbce5
parent3a0c2a3aecf205cebb54c6371385e753748499b9
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.)
usr.bin/mandoc/mdoc_validate.c