summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2012-11-04 18:58:15 +0000
committerIngo Schwarze <schwarze@openbsd.org>2012-11-04 18:58:15 +0000
commit6ec0e216bc7dde590b2d3a1eb4a382b7895f2a01 (patch)
treef03481dc2f06d61661ff2a421c56fe40941aa0ca
parentb87bf8a66df83e88a3a06d8ce8ab903e6698864c (diff)
downloadmandoc-6ec0e216bc7dde590b2d3a1eb4a382b7895f2a01.tar.gz
crash caused by .Ta outside .Bl
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1cbac536..6c112790 100644
--- a/TODO
+++ b/TODO
@@ -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
************************************************************************