[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / ti

File: [cvsweb.bsd.lv] / mandoc / regress / roff / ti / Makefile (download)

Revision 1.2, Thu Sep 3 17:42:16 2020 UTC (3 years, 8 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, HEAD
Changes since 1.1: +8 -2 lines

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>.

# $OpenBSD: Makefile,v 1.2 2020/09/03 17:37:06 schwarze Exp $

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>