diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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; |
