diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2012-11-04 18:58:15 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2012-11-04 18:58:15 +0000 |
commit | 6ec0e216bc7dde590b2d3a1eb4a382b7895f2a01 (patch) | |
tree | f03481dc2f06d61661ff2a421c56fe40941aa0ca | |
parent | b87bf8a66df83e88a3a06d8ce8ab903e6698864c (diff) | |
download | mandoc-6ec0e216bc7dde590b2d3a1eb4a382b7895f2a01.tar.gz |
crash caused by .Ta outside .Bl
-rw-r--r-- | TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -4,6 +4,16 @@ ************************************************************************ ************************************************************************ +* crashes +************************************************************************ + +- $ echo ".Ta" >> ls.1 + $ mandoc ls.1 + assertion "MDOC_BLOCK == p->parent->type" failed: + file "/usr/src/usr.bin/mandoc/mdoc.c", line 399, function "node_append" + from jmc@ Thu, 20 Sep 2012 21:35:58 +0059 + +************************************************************************ * missing features ************************************************************************ |