]> git.cameronkatri.com Git - mandoc.git/commit
When the head of a list item is extended with a partial explicit
authorIngo Schwarze <schwarze@openbsd.org>
Thu, 18 Dec 2014 19:23:41 +0000 (19:23 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Thu, 18 Dec 2014 19:23:41 +0000 (19:23 +0000)
commit229720cce01cf21062785d79f3458f2971523654
tree08ea5b5d77b285dafac74e2e7474c70d9475e0c7
parent22bd6b000952af1c83addbfd529269c26dd87c3a
When the head of a list item is extended with a partial explicit
macro (for example .Xo) and never closed again, the item ends up
without a body block.  This can even happen for list types that
usually don't have heads in the first place.  So even in this
case, check for the existence of the body before accessing it.
NULL pointer access found by jsg@ with afl.
mdoc_validate.c