aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-17 17:21:28 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-17 17:21:28 +0100
commit1fb80f718ac941d0dbc2ca56b104fab667b28e18 (patch)
tree82cc9af344b37129328ac87507718cd4a121d5f2 /CHANGELOG.md
parente138881bc512a937ac89c8baf9a661c05bc26d43 (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8bde03..26b81b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,8 @@ documented in this file.
- Fixed _multiple_ cases of use of possibly uninitialized variables.
- Fixed _multiple_ possible buffer overflows
- Fixed _multiple_ `sprintf()` format overflows
+- Fixed the type of the variable passed to `strgtime()` and
+ `strltime()`. Multiple occurrences.
- Fixed unused variables
- Renamed functions in order to avoid conflicts with system
declarations.