aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/ti/wide.out_ascii
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-09-03 17:42:15 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-09-03 17:42:15 +0000
commitb71589000b1859d45cf1f2c247dc91fabf4f6753 (patch)
tree2347db946fe233c3d0305d3e47c76d8ac3af88b6 /regress/roff/ti/wide.out_ascii
parent14be1f050f9c4f779e75454ecedfad4b1386ce0a (diff)
downloadmandoc-b71589000b1859d45cf1f2c247dc91fabf4f6753.tar.gz
mandoc-b71589000b1859d45cf1f2c247dc91fabf4f6753.tar.zst
mandoc-b71589000b1859d45cf1f2c247dc91fabf4f6753.zip
If .ti had an excessive argument, using it was attempted, in some
cases resulting in an assertion failure. Instead, truncate the temporary indent to a width reasonable in a manual page. I found the issue in an afl run that was performed by Jan Schreiber <jes at posteo dot de>.
Diffstat (limited to 'regress/roff/ti/wide.out_ascii')
-rw-r--r--regress/roff/ti/wide.out_ascii22
1 files changed, 22 insertions, 0 deletions
diff --git a/regress/roff/ti/wide.out_ascii b/regress/roff/ti/wide.out_ascii
new file mode 100644
index 00000000..95a98ddc
--- /dev/null
+++ b/regress/roff/ti/wide.out_ascii
@@ -0,0 +1,22 @@
+TI-WIDE(1) General Commands Manual TI-WIDE(1)
+
+
+
+NNAAMMEE
+ ti-wide - excessive temporary indentation
+
+DDEESSCCRRIIPPTTIIOONN
+ Absolute .ti of more than 72n:
+ max
+ Indented block plus excessive
+ relative indentation:
+ max
+ Block
+ beyond
+ 72n:
+ same
+ Back to normal.
+
+
+
+OpenBSD September 3, 2020 TI-WIDE(1)