aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-11-28 07:32:12 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-11-28 07:32:12 +0100
commita1db6a85e6c68a3cb8e49dd311634534db245249 (patch)
treeac33736a765ae403842dddb9c1fd81a0badfea2f
parentfdab639b86dae514828a90a0bcf5ceefe8bbf936 (diff)
Updated the changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c00799..42c79c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,9 +15,10 @@ documented in this file.
- Added variable `seek`.
- Added width specifications to multiple `fscanf()` and `sscanf()`
calls, thus eliminated the risk of overflow. Multiple occurrences.
+ (Found by PVS-Studio.)
- Compile using `-D_FORTIFY_SOURCE=3`.
- Fixed a bug in `net_send_string()`, where the expression was
- calculated as `A = (B >= C)`.
+ calculated as `A = (B >= C)`. (Found by PVS-Studio.)
- Fixed bughouse. (A board was missing.)
- Fixed bugs in `movesToString()`.
- Fixed cases of possible out-of-bounds array access.