CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 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 <u...@spoerlein.net> found by Coverity Scan CID 976115. No functional change.