diff options
| author | dam <dam@gudinoff> | 2022-11-06 01:34:26 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-11-06 01:34:26 +0000 |
| commit | fa00ffed8da48f720323aea1601898ed2abb76e6 (patch) | |
| tree | b5f8fddf428d158f0f84fe2bce648c559174bca0 /readme.md | |
| parent | 7ae8985de75a2ce680ea5c5961ed5d9e36505aba (diff) | |
| download | task-time-tracker-fa00ffed8da48f720323aea1601898ed2abb76e6.tar.zst task-time-tracker-fa00ffed8da48f720323aea1601898ed2abb76e6.zip | |
Made sure that string_buffer bounds are respected. Added check for memory allocation for string_buffer.
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; |
