home · contact · privacy
Replace uses of variable-length arrays with try_malloc()/free().
[plomrogue] / TODO
diff --git a/TODO b/TODO
index 3b6088702927f9015c2dc43dceb4b0aa6f83c4e9..a5a87c34fd62b8bbd2130eb55e35226ee91d0843 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,8 +4,6 @@ IN GENERAL:
 
 - check for return values of *printf()
 
-- be more strict and humble when allocating memory from the stack
-
 - expand use of hardcoded_strings module(s)
 
 BOTH SERVER/CLIENT: