From 1960bb9866b1f2199bf90101b4726639176d9de5 Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Sat, 6 Jan 2024 22:28:06 +0300 Subject: [PATCH] reverse-ramdisk.c: change to-do list --- c-programming/reverse-ramdisk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/c-programming/reverse-ramdisk.c b/c-programming/reverse-ramdisk.c index 4177401..3f61034 100644 --- a/c-programming/reverse-ramdisk.c +++ b/c-programming/reverse-ramdisk.c @@ -11,7 +11,8 @@ * GCC/Clang/TCC: Compile with -DTEST to set macro TEST as defined, with * -DDEBUG to enable debug mode * - * To-Do: Add thread-safe versions of functions (use postfix `_r`) + * To-Do: Test: Fix the bug with invalid next size to reallocate + * To-Do: Test: Automate the test verification */ #include