diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-12 00:47:25 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-12 00:47:25 +0100 |
commit | b4de2df0a7041d53c6d85edb96fd3b3f970f7beb (patch) | |
tree | c8b516f31e5e7dc8d3d3d9b26a56ad7a99e1bf90 /CHANGELOG.md | |
parent | 2794e35653b2fa2ecd4a08c2993026362dc03745 (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 65dda26..530d789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ documented in this file. - Fixed `-Wshadow` warnings. Multiple occurrences. - Fixed double `free()` in `process_login()`. - Fixed memory leak in `process_login()`. +- Fixed negative array index read in `accept_match()`. - Fixed null pointer dereferences. - Fixed unchecked function return values. Multiple occurrences. - Fixed uninitialized variables. |