From 664a630518f8f92a8b262e973790bbdb0dfc33ad Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 26 Nov 2025 05:44:24 -0500 Subject: alf: Bounds checking on input and output sizes. Document unalf bug with files >=15MB. Use atarified filename in 'Crunching' message. --- TODO.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'TODO.txt') 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? -- cgit v1.2.3