From 3b03270d2ca54e96b03acac99ffd9449ec96e8a2 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 19 Nov 2024 22:37:31 +0100 Subject: Updated the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a561e90..d18fa49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ documented in this file. - Added width specifications to multiple `fscanf()` and `sscanf()` calls, thus eliminated the risk of overflow. Multiple occurrences. - Fixed bughouse. (A board was missing.) +- Fixed cases of possible out-of-bounds array accessing. - Fixed ignored return values of important functions such as `fgets()`, `fscanf()` and `sscanf()`. Multiple occurrences. - Fixed uninitialized variables. -- cgit v1.2.3