aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2025-04-01 20:29:31 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2025-04-01 20:29:31 +0200
commit69288653367a0311b402ec73b4f2a7a9ee7a710b (patch)
tree247aa1554c42bdd9e5f43ae7fdef58552b4464e9
parent1951f09ec39848442c3c03b5800686743944fa3d (diff)
Updated the changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e330ac..6138424 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ documented in this file.
- Changed the program to avoid calculating the same string multiple
times. Multiple occurrences, found by PVS-Studio.
- Fixed `-Wshadow` warnings. Multiple occurrences.
+- Fixed calls of risky functions.
- Fixed double `free()` in `process_login()`.
- Fixed memory leak in `process_login()`.
- Fixed negative array index read in `accept_match()`.