aboutsummaryrefslogtreecommitdiff
path: root/src/main/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-08-04 01:21:15 +0000
committerChristian Grothoff <christian@grothoff.org>2012-08-04 01:21:15 +0000
commitf81ecad624db4959d5ed4f1320b2d4a5762a2a42 (patch)
treeab96ac4c2848ce42b20015fbaedfab9610c07e83 /src/main/TODO
parent60a28d74bbe154d85c0b0202a6330fff510dcb02 (diff)
downloadlibextractor-f81ecad624db4959d5ed4f1320b2d4a5762a2a42.tar.gz
libextractor-f81ecad624db4959d5ed4f1320b2d4a5762a2a42.zip
fixes
Diffstat (limited to 'src/main/TODO')
-rw-r--r--src/main/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/TODO b/src/main/TODO
index f3d3e05..19f7787 100644
--- a/src/main/TODO
+++ b/src/main/TODO
@@ -4,3 +4,6 @@
4 4
5* MAX_META_DATA buffer of 32 MB is a bit big as a non-growing default size; 5* MAX_META_DATA buffer of 32 MB is a bit big as a non-growing default size;
6 also, valgrind reports it is leaked even though printf-debugging shows it is not (!?) 6 also, valgrind reports it is leaked even though printf-debugging shows it is not (!?)
7
8* for some reason, if a plugin crashes or something goes wrong (i.e. with a seek),
9 the whole system hangs (not good...)