diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-11 00:09:10 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-11 00:09:10 +0100 |
commit | 60cecb5bedbbb37f14cf326d33a91cfbfbc430e6 (patch) | |
tree | 2485332a677320ba59fe980a3ce2c55bcc7b32c4 | |
parent | b74ce948d598c2a49d3e4ceef3b06a93b2c33360 (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c6549..fc199f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ 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 double `free()` in `process_login()`. +- Fixed memory leak in `process_login()`. - Fixed null pointer dereferences. - Fixed unchecked function return values. Multiple occurrences. |