diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-06-11 16:04:36 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-06-11 16:04:36 +0000 |
commit | 818668a067fce10e78f5f5098bed05373f3338cf (patch) | |
tree | dbe3dba509cdc25ea9410027a003f6c37a44abb5 /regress/tbl/layout/Makefile | |
parent | ef195046e60def3f6de6b879bec45de18894e56a (diff) | |
download | mandoc-818668a067fce10e78f5f5098bed05373f3338cf.tar.gz |
Do not access a NULL pointer if a table contains a horizontal line
next to a table line having fewer columns than the table as a whole.
Bug found by Stephen Gregoratto <dev at sgregoratto dot me>
with aerc-config(5).
Diffstat (limited to 'regress/tbl/layout/Makefile')
-rw-r--r-- | regress/tbl/layout/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/tbl/layout/Makefile b/regress/tbl/layout/Makefile index 9cc65754..a56cbc2f 100644 --- a/regress/tbl/layout/Makefile +++ b/regress/tbl/layout/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2015/01/30 00:27:09 schwarze Exp $ +# $OpenBSD: Makefile,v 1.4 2019/06/11 15:40:41 schwarze Exp $ REGRESS_TARGETS = center complex empty emptyline -REGRESS_TARGETS += lines lines-nogroff numbers span +REGRESS_TARGETS += lines lines-nogroff numbers shortlines span LINT_TARGETS = complex empty # groff-1.22.3 defects: |