CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2017/01/28 11:42:10
Modified files: usr.bin/mandoc : mdoc_html.c Log message: .Bl -column with zero columns is legal, so don't segfalt on it. Bug introduced in rev. 1.123 triggered for example in gssapi(3), analyzed and reported by Michael <Stapelberg at debian dot org>. Simplify the code a bit more while here.