]> git.cameronkatri.com Git - mandoc.git/commit
The post_nm() validation function crashed when the first .Nm child node
authorIngo Schwarze <schwarze@openbsd.org>
Thu, 12 Jul 2012 15:11:14 +0000 (15:11 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Thu, 12 Jul 2012 15:11:14 +0000 (15:11 +0000)
commita19c95fa6a0579b54387165ee1396f52a4f586df
treefe4387c9b2dd40fe521806867f53388a88512b1b
parent5b96439af7b14f4fc13c1aa3249974a9ad9ddfd4
The post_nm() validation function crashed when the first .Nm child node
was a non-text node.  Fix this by rewriting post_nm() to always set
the meta name to UNKNOWN when the name is missing or unusable.
While here, make MANDOCERR_NONAME an ERROR, as it usually renders
the page content unintelligible.

Bug reported by Maxim <Belooussov at gmail dot com>, thanks.
OpenBSD rev. 1.105
mandoc.h
mdoc_validate.c
read.c