]> git.cameronkatri.com Git - mandoc.git/commit
Fix assertion failures caused by whitespace inside \o'' (overstrike)
authorIngo Schwarze <schwarze@openbsd.org>
Wed, 10 Aug 2016 11:03:43 +0000 (11:03 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Wed, 10 Aug 2016 11:03:43 +0000 (11:03 +0000)
commite6775e844e7d088d1ee8d2dae0875acc005ecfbb
treedb8eb064d796a2d1de050f7d2a7811ca42cf2f85
parent6737b893e3198eb8acb1647742d46a6c58cf3c30
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.
term.c
term_ps.c