CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/05/18 11:47:17
Modified files:
usr.bin/mandoc : mdoc_term.c
Log message:
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 <[email protected]>
found by Coverity Scan CID 976115.
No functional change.
