diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-21 00:55:21 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-21 00:55:21 +0100 |
commit | f423cf19395a9e7eaf65d1179667e2229557f8af (patch) | |
tree | 48d43bfb2252193964798cc4e69cf285c52b1df1 /CHANGELOG.md | |
parent | 4e82975c4b5c0f37002b7c3d92417a7532b284db (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 33abc48..12535cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ documented in this file. - Fixed memory leak in `process_login()`. - Fixed negative array index read in `accept_match()`. - Fixed null pointer dereferences. +- Fixed out-of-bounds array access in `has_legal_move()`. - Fixed possible buffer overflow in `FindHistory2()`. - Fixed unchecked function return values. Multiple occurrences. - Fixed uninitialized variables. |