aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-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.