aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2025-04-05 14:13:40 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2025-04-05 14:13:40 +0200
commitdada0748cef242adddfe738b82970a094a398387 (patch)
tree6e657bad84a0f50a1facd1364f3d8573810cc91e /CHANGELOG.md
parent9936f350d2ce567abe1c837a4a4d554d88f6c322 (diff)
Updated the changelog
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 2ecb87c..9832535 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@ documented in this file.
- Fixed overflowed array index read/write. Multiple occurrences.
- Fixed overflowed return value in `player_search()`.
- Fixed possible buffer overflow in `FindHistory2()`.
+- Fixed possible memory corruptions and incorrect computations.
- Fixed truncated stdio return value in `ReadGameState()`.
- Fixed unchecked function return values. Multiple occurrences.
- Fixed uninitialized variables.