aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
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.