From b71589000b1859d45cf1f2c247dc91fabf4f6753 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 3 Sep 2020 17:42:15 +0000 Subject: 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 . --- regress/roff/ti/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'regress/roff/ti/Makefile') 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 -- cgit v1.2.3-56-ge451