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