diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e330ac..f7e365d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,10 @@ 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 constant expression result in `tell()`. - Fixed double `free()` in `process_login()`. +- Fixed excessive checks. - Fixed memory leak in `process_login()`. - Fixed negative array index read in `accept_match()`. - Fixed null pointer dereferences. |