1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-12-26 11:30:03 +05:30

reverse-ramdisk.c: add 4 important TODOs

This commit is contained in:
Intel A80486DX2-66 2024-03-31 16:28:55 +03:00
parent b9ca065ef4
commit 6d16e8c278
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -14,6 +14,12 @@
* with -DDEBUG to enable debug mode
*
* TODO:XXX: Fix segmentation fault on second call of `tf_free`
* TODO:XXX: Implement function `tf_finish` to free the array of TempFiles
* structs
* TODO:XXX: `tf_free`, `tf_write`, `tf_read`: Do not use `ID` as `index`, but
* look for it in TempFile structs
* TODO:XXX: Set freed memory pointers to NULL
* TODO:XXX: Add more error handling
* TODO: Test: Automate the test verification
*
* Author: Intel A80486DX2-66