aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/ti/Makefile
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/Makefile
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/Makefile')
-rw-r--r--regress/roff/ti/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/regress/roff/ti/Makefile b/regress/roff/ti/Makefile
index 4ac4cde0..aa0b1f97 100644
--- a/regress/roff/ti/Makefile
+++ b/regress/roff/ti/Makefile
@@ -1,5 +1,11 @@
-# $OpenBSD: Makefile,v 1.1 2017/05/07 17:30:58 schwarze Exp $
+# $OpenBSD: Makefile,v 1.2 2020/09/03 17:37:06 schwarze Exp $
-REGRESS_TARGETS = basic-mdoc basic-man
+REGRESS_TARGETS = basic-mdoc basic-man wide
+
+# groff-1.22.4 defect:
+# - Excessive temporare indentations cause excessive line lengths
+# instead of being truncated to resonable indentations.
+
+SKIP_GROFF = wide
.include <bsd.regress.mk>