diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-22 12:45:08 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-22 12:45:08 +0100 |
commit | e1fc982dc6aefd1f5cfe79ff6b83cd8db0f557ef (patch) | |
tree | 3d8d850ece674b6f9fe661b393df2f5d47638c64 | |
parent | f455b43bd210ae7bd6887a4a73198343dfaeff09 (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 12535cf..c5227be 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 return value in `player_search()`. - Fixed possible buffer overflow in `FindHistory2()`. - Fixed unchecked function return values. Multiple occurrences. - Fixed uninitialized variables. |