aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/po/range.out_ascii
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-09-03 20:43:15 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-09-03 20:43:15 +0000
commit30fa4bfa1d93f60689c0c47c0e532f2fc5cae39b (patch)
treee62635ab2894ae0057f41ed472a2402872371802 /regress/roff/po/range.out_ascii
parentb71589000b1859d45cf1f2c247dc91fabf4f6753 (diff)
downloadmandoc-30fa4bfa1d93f60689c0c47c0e532f2fc5cae39b.tar.gz
mandoc-30fa4bfa1d93f60689c0c47c0e532f2fc5cae39b.tar.zst
mandoc-30fa4bfa1d93f60689c0c47c0e532f2fc5cae39b.zip
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.
Diffstat (limited to 'regress/roff/po/range.out_ascii')
-rw-r--r--regress/roff/po/range.out_ascii19
1 files changed, 19 insertions, 0 deletions
diff --git a/regress/roff/po/range.out_ascii b/regress/roff/po/range.out_ascii
new file mode 100644
index 00000000..cc55df27
--- /dev/null
+++ b/regress/roff/po/range.out_ascii
@@ -0,0 +1,19 @@
+PO-RANGE(1) General Commands Manual PO-RANGE(1)
+
+NNAAMMEE
+ ppoo--rraannggee - page offsets out of range
+
+DDEESSCCRRIIPPTTIIOONN
+ initial text
+
+too small
+
+ back in range
+
+ too large
+
+ back in range
+
+ final text
+
+OpenBSD September 3, 2020 OpenBSD