diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-23 12:49:12 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-23 12:49:12 +0100 |
commit | eebc825631f1d407cf1f66f4fd8d50bb48c94946 (patch) | |
tree | 42d4ea2719734b062412a24f4bd22ffe39275469 | |
parent | f85dfe993c0a5c224fd07eb979869b00405b6bd1 (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c5227be..279893b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ documented in this file. - Fixed negative array index read in `accept_match()`. - Fixed null pointer dereferences. - Fixed out-of-bounds array access in `has_legal_move()`. +- Fixed overflowed array index read/write. Multiple occurrences. - Fixed overflowed return value in `player_search()`. - Fixed possible buffer overflow in `FindHistory2()`. - Fixed unchecked function return values. Multiple occurrences. |