diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-09-01 18:25:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-09-01 18:25:27 +0000 |
commit | e6403d9b9e46516e77bb92cf68112cfcb0973755 (patch) | |
tree | 7affdbee4b7ac434da019231007e844be70e8542 /regress/tbl/layout/spacing.in | |
parent | f464f576eb974f463c50cdb91fa8dcf128fe6aac (diff) | |
download | mandoc-e6403d9b9e46516e77bb92cf68112cfcb0973755.tar.gz |
Ignore unreasonably large spacing modifiers in tbl layouts.
Jan Schreiber <jes at posteo dot de> ran afl on mandoc and it turned
out mandoc tried to use spacing modifiers so large that they would
trigger assertion failures in term_ascii.c, function locale_advance().
Diffstat (limited to 'regress/tbl/layout/spacing.in')
-rw-r--r-- | regress/tbl/layout/spacing.in | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/regress/tbl/layout/spacing.in b/regress/tbl/layout/spacing.in new file mode 100644 index 00000000..228334b7 --- /dev/null +++ b/regress/tbl/layout/spacing.in @@ -0,0 +1,43 @@ +.\" $OpenBSD$ +.TH TBL-LAYOUT-SPACING 1 "September 1, 2020" +.SH NAME +tbl-layout-spacing \- spacing modifiers +.SH DESCRIPTION +default spacing: +.TS +box tab(:); +R L. +a:b +.TE +.sp +spacing 0: +.TS +box tab(:); +R 0 L. +a:b +.TE +.sp +spacing 1: +.TS +box tab(:); +R 1 L. +a:b +.TE +.sp +spacing 2: +.TS +allbox tab(:); +R 2 L. +a:b +.TE +.sp +spacing 5: +.TS +allbox tab(:); +R 5|| L. +a:b +.TE +.sp +leaked tab settings: +.br +a b c d e f |