mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-12-27 05:40:17 +05:30
reverse-ramdisk.c: add 4 important TODOs
This commit is contained in:
parent
b9ca065ef4
commit
6d16e8c278
@ -14,6 +14,12 @@
|
|||||||
* with -DDEBUG to enable debug mode
|
* with -DDEBUG to enable debug mode
|
||||||
*
|
*
|
||||||
* TODO:XXX: Fix segmentation fault on second call of `tf_free`
|
* 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
|
* TODO: Test: Automate the test verification
|
||||||
*
|
*
|
||||||
* Author: Intel A80486DX2-66
|
* Author: Intel A80486DX2-66
|
||||||
|
Loading…
Reference in New Issue
Block a user