From 1915111da500459930755acbcb602125ff643847 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Fri, 29 Dec 2023 01:56:04 +0100 Subject: Updated the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3963392..70819fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ documented in this file. - Reformatted code according to OpenBSD's KNF. - Replaced `rand()` calls with arc4random. - Replaced multiple `sprintf()` calls with `snprintf()`. +- Replaced multiple occurrences of `strcpy()` and `strcat()` with + size-bounded versions. ## [1.0] - 2023-12-28 ## - Added a new build system (and deleted the old). -- cgit v1.2.3