CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/08/10 05:02:30
Modified files: usr.bin/mandoc : term.c term_ps.c Log message: Fix assertion failures caused by whitespace inside \o'' (overstrike) sequences that jsg@ found with afl(1): * Avoid writing \t\b in term.c. * Handle trailing \b in term_ps.c.