diff options
| author | dam <dam@gudinoff> | 2022-11-02 17:44:45 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-11-02 17:44:45 +0000 |
| commit | 8ee967a0d3f4afa5549793f85f088503e8f8f7c9 (patch) | |
| tree | bdaf3a52330e141e5f542ba5fb19f1f991c99779 /readme.md | |
| parent | 88cc33e2497b4a23bdcb639fefeaea7474e77d19 (diff) | |
| download | task-time-tracker-8ee967a0d3f4afa5549793f85f088503e8f8f7c9.tar.zst task-time-tracker-8ee967a0d3f4afa5549793f85f088503e8f8f7c9.zip | |
Validated that string_buffer is not leaking info.
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`: |
