diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-21 00:28:15 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-21 00:28:15 +0100 |
commit | b15f36c38e30c136b29499bd66a5f04822648fb5 (patch) | |
tree | 381e84915095949080a1dab3eb201a8c7a2285ae | |
parent | b2a3d493e18261b3059d17e8aa38dfa6df5a82cc (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 74abb8b..5fa8aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,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 cases of possible out-of-bounds array access. - Fixed ignored return values of important functions such as `fgets()`, `fscanf()` and `sscanf()`. Multiple occurrences. - Fixed uninitialized variables. |