aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.