]> git.cameronkatri.com Git - mandoc.git/commit
Fix two issues with .po (page offset) formatting:
authorIngo Schwarze <schwarze@openbsd.org>
Thu, 3 Sep 2020 20:43:15 +0000 (20:43 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Thu, 3 Sep 2020 20:43:15 +0000 (20:43 +0000)
commit30fa4bfa1d93f60689c0c47c0e532f2fc5cae39b
treee62635ab2894ae0057f41ed472a2402872371802
parentb71589000b1859d45cf1f2c247dc91fabf4f6753
Fix two issues with .po (page offset) formatting:
1. Truncate excessive offsets to a width reasonable in the context
of manual pages instead of printing excessively long lines
and sometimes causing assertion failures;
found in an afl run performed by Jan Schreiber <jes at posteo dot de>.
2. Remember both the requested and the applied page offset; otherwise,
subtracting an excessive width, then adding it again, would end up
with an incorrectly large offset.
While here, simplify the code by reverting the previous offset up front,
and also add some comments to make the general ideas easier to understand.
regress/roff/po/Makefile
regress/roff/po/range.in [new file with mode: 0644]
regress/roff/po/range.out_ascii [new file with mode: 0644]
roff_term.c