diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-24 12:30:59 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-24 12:30:59 +0100 |
commit | 9f0e8916aa9e550b69b3fbaf59ae082427cc3f53 (patch) | |
tree | 538009c00e650a31a794e2deafe7b425e81475e8 | |
parent | 4d8eaf133ba7e747a1bce2e89ad2ffa29b8a3645 (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a58f9..5557bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ documented in this file. - Fixed cases of possible out-of-bounds array access. - Fixed ignored return values of important functions such as `fgets()`, `fscanf()` and `sscanf()`. Multiple occurrences. +- Fixed incorrect format strings. - Fixed uninitialized variables. - Usage of begin/end decls in headers. |