aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 7525e00..bf8797d 100644
--- a/readme.md
+++ b/readme.md
@@ -56,8 +56,9 @@ Task Time Tracker
- [x] Use backspace to clear all timers for current task.
- [x] Move `store_database_partial` to misc and save only when leaving or after 15 seconds of inactivity and having dirty flag set.
- [x] Register kill signals to exit gracefully.
-- [ ] Check if string_buffer needs to be cleared. We may be leaking info on the string_buffer.
-- [ ] Maybe replace all `sprintf` by `snprintf`;
+- [x] Check if string_buffer needs to be cleared. We may be leaking info on the string_buffer.
+- [ ] Check if any `sprintf` needs to be replaced by `snprintf`;
+- [ ] Make sure that string_buffer bounds are respected;
- [ ] REVISE ALL CODE ptrdiff_t/size_t (signed/unsigned)!
- [ ] Go over all `TODO` items;
- [ ] Cleanup `draw_tui`: