aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-14 23:18:27 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-14 23:18:27 +0100
commitb95941b2ab006d8cff6e6cc4b2d871fc86f3d2e6 (patch)
tree44723672394bda7d8a92861af595c8f6322a6da3 /CHANGELOG.md
parent9522835bae9edf99a83c5079c6e478c0e199ade9 (diff)
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 035e61c..7efca94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ documented in this file.
- Fixed implicit integers
- Fixed _multiple_ cases of use of possibly uninitialized variables.
- Fixed _multiple_ possible buffer overflows
+- Fixed _multiple_ `sprintf()` format overflows
- Fixed unused variables
- Renamed functions in order to avoid conflicts with system
declarations.