diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-19 22:37:31 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-19 22:37:31 +0100 |
commit | 3b03270d2ca54e96b03acac99ffd9449ec96e8a2 (patch) | |
tree | dd2c0c07c4936ef7abfeef5e7f1efc8ea3a1e5f0 | |
parent | a2a237a59cbefba4963d367f758c911e3ac7a622 (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 a561e90..d18fa49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ documented in this file. - Added width specifications to multiple `fscanf()` and `sscanf()` calls, thus eliminated the risk of overflow. Multiple occurrences. - Fixed bughouse. (A board was missing.) +- Fixed cases of possible out-of-bounds array accessing. - Fixed ignored return values of important functions such as `fgets()`, `fscanf()` and `sscanf()`. Multiple occurrences. - Fixed uninitialized variables. |