diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-29 01:56:04 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-29 01:56:04 +0100 |
commit | 1915111da500459930755acbcb602125ff643847 (patch) | |
tree | 1a7d081ecf81a06d521de752135cf90066bee889 /CHANGELOG.md | |
parent | 2b15695ca808ca99957e96aba4121fdeaf709f44 (diff) |
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
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). |