aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/po/range.in
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.in
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.in')
-rw-r--r--regress/roff/po/range.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/regress/roff/po/range.in b/regress/roff/po/range.in
new file mode 100644
index 00000000..e90d0d48
--- /dev/null
+++ b/regress/roff/po/range.in
@@ -0,0 +1,24 @@
+.\" $OpenBSD: range.in,v 1.1 2020/09/03 20:33:20 schwarze Exp $
+.Dd $Mdocdate: September 3 2020 $
+.Dt PO-RANGE 1
+.Os
+.Sh NAME
+.Nm po-range
+.Nd page offsets out of range
+.Sh DESCRIPTION
+initial text
+.Pp
+.po -10n
+too small
+.Pp
+.po +10n
+back in range
+.Pp
+.po 80n
+too large
+.Pp
+.po -70n
+back in range
+.Pp
+.po 0
+final text