aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-11-19 22:37:31 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-11-19 22:37:31 +0100
commit3b03270d2ca54e96b03acac99ffd9449ec96e8a2 (patch)
treedd2c0c07c4936ef7abfeef5e7f1efc8ea3a1e5f0
parenta2a237a59cbefba4963d367f758c911e3ac7a622 (diff)
Updated the changelog
-rw-r--r--CHANGELOG.md1
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.