CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2013/05/29 21:51:59
Modified files: usr.bin/mandoc : read.c Log message: Reject non-printable characters found in the input stream even when preceded by a backslash; otherwise, the escape sequence would later be identified as invalid and the non-printable character would be passed through to the output backends, sometimes triggering assertions. Reported by Mike Small <smallm at panix dot com> on the mdocml discuss list.