diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-07-21 17:57:40 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-07-21 17:57:40 +0200 |
commit | b6ffb901316419efc5ba91285611e9932c02c7c4 (patch) | |
tree | 683564169e472aaa38bf768e8eeb47d67e231565 | |
parent | 6e993494dd652c5b6b56fe8868b79ee8a4d3bc85 (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 83fbe45..1c09a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ All notable changes to this fork of FICS version 1.6.2 will be documented in this file. ## [Unreleased] ## -- Fixed multiplication result converted to larger type. Two occurrences. +- Fixed multiplication result converted to larger type. Two + occurrences. +- Replaced non-reentrant functions with their corresponding thread + safe version. (Multiple occurrences, found by CodeQL.) ## [1.4.5] - 2025-04-09 ## - **Changed** the addplayer program to output a restart notice if an admin |