diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcf774..4ad8e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this fork of FICS version 1.6.2 will be documented in this file. ## [Unreleased] ## +- Changed the addplayer program to output a restart notice if an admin + account is created. - Changed the program to avoid calculating the same string multiple times. Multiple occurrences, found by PVS-Studio. - Fixed `-Wshadow` warnings. Multiple occurrences. @@ -11,10 +13,14 @@ 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 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. - Fixed uninitialized variables. - Fixed untrusted array indices. +- Fixed untrusted loop bounds. - Fixed use of 32-bit `time_t`. Y2K38 safety. Multiple occurrences. ## [1.4.4] - 2024-12-07 ## |