]> git.cameronkatri.com Git - mandoc.git/commit
Should termp_xx_pre() ever get called for a macro it cannot handle,
authorIngo Schwarze <schwarze@openbsd.org>
Sat, 18 May 2013 17:47:47 +0000 (17:47 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sat, 18 May 2013 17:47:47 +0000 (17:47 +0000)
commit4c45e269ea164dca71f9a933c067b64485ea075f
treea92f8a55bfe9464404c3662e09cde7893aa488c3
parentfd975ee52323b5a37569bba943c722004161f5ec
Should termp_xx_pre() ever get called for a macro it cannot handle,
use abort(3), just like in the three other comparable cases in this file,
instead of ignoring the problem and causing a null pointer access.
Cosmetical issue reported by Ulrich Spoerlein <uqs@spoerlein.net>
found by Coverity Scan CID 976115.
No functional change.
mdoc_term.c