aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-26 05:44:24 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-26 05:44:43 -0500
commit664a630518f8f92a8b262e973790bbdb0dfc33ad (patch)
treecac07182d82ed2d9304e4ebac570f704bc17aeb3 /TODO.txt
parentc5f84c999d5c04a32c3d526d16b4d58f456c2a99 (diff)
downloadunalf-664a630518f8f92a8b262e973790bbdb0dfc33ad.tar.gz
alf: Bounds checking on input and output sizes. Document unalf bug with files >=15MB. Use atarified filename in 'Crunching' message.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index d78f79c..e34e1d5 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -2,4 +2,11 @@
- clean up alf, try to make it faster.
+- figure out why unalf craps out when extracting files of 15MB
+ but works fine for 14MB. when this happens, there's no error,
+ but the extracted file is like 7KB (and has the correct data
+ for the first 7KB of the file). this could be a bug in either
+ alf or unalf. I'll have to try it with LZ/DZ in an emulator
+ (with 'turbo speed' on, or else it'll take days).
+
- write a formal spec of the alf compression stream format?