aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-03-17 18:43:20 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-03-17 18:43:20 +0100
commit010cd7176d56cc82bb2679f471764c0a22d82d70 (patch)
tree4a3723d0c0fadc46b7660074d460648298c7fc46
parentf1c040149812b2d8aa9e7b76b008b0cbdd39991a (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 a0fae5f..d0f9a15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,7 +22,8 @@ documented in this file.
- Redefined `ASSERT()`
- Reformatted code according to OpenBSD's KNF.
- Replaced `rand()` calls with arc4random.
-- Replaced _multiple_ `sprintf()` calls with `snprintf()`.
+- Replaced _multiple_ `sprintf()` calls with `snprintf()` + truncation
+ checks.
- Replaced _multiple_ occurrences of `strcpy()` and `strcat()` with
size-bounded versions.