diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-09 16:33:49 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-09 16:33:49 +0100 |
commit | 253bcca39d3b942b7f5a4e5a26a81419671726eb (patch) | |
tree | a951e42f6b31b6fce15331e8a39df98d6b6cccd3 /CHANGELOG.md | |
parent | c0346cacf80e850aa50997b6168d5f3b1d8dd649 (diff) |
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e44809..6a9832b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,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 double free() in process_login(). - Fixed unchecked function return values. Multiple occurrences. ## [1.4.4] - 2024-12-07 ## |