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 91752bc..9ac479c 100644
--- a/readme.md
+++ b/readme.md
@@ -58,9 +58,10 @@ Task Time Tracker
- [x] Register kill signals to exit gracefully.
- [x] Check if string_buffer needs to be cleared. We may be leaking info on the string_buffer.
- [x] Replaced `sprintf` by `snprintf`;
+- [x] Make sure that string_buffer bounds are respected;
- [ ] Move database actions into functions:
- [ ] select_by_id/delta/task
- [ ] set_active(db, task)
-- [ ] Make sure that string_buffer bounds are respected;
-- [ ] REVISE ALL CODE ptrdiff_t/size_t (signed/unsigned)!
+- [ ] Re-check if draw_tui may be simplified.
+- [ ] Review all code for bugs related to auto-cast on ptrdiff_t/size_t (signed/unsigned);
- [ ] Go over all `TODO` items;