diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-04-05 14:13:40 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-04-05 14:13:40 +0200 |
commit | dada0748cef242adddfe738b82970a094a398387 (patch) | |
tree | 6e657bad84a0f50a1facd1364f3d8573810cc91e /CHANGELOG.md | |
parent | 9936f350d2ce567abe1c837a4a4d554d88f6c322 (diff) |
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
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. |