diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-09-03 17:42:15 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-09-03 17:42:15 +0000 |
commit | a35ab663d9d8a034e201211f9a845f9241f7e404 (patch) | |
tree | dc2bd5b04e8efb3db52a29151396c79e7eecea5c /regress/roff/ti/wide.out_ascii | |
parent | a16b428562f34f00dcddfb348725b4270d05654f (diff) | |
download | mandoc-a35ab663d9d8a034e201211f9a845f9241f7e404.tar.gz |
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_ascii | 22 |
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) |