Commit Diff


commit - c9fac28daf953636d570ceb3b0a730af6c0a2355
commit + cbe3d1ea95e1f998d97aef686bab3535ebcf084f
blob - 35e72c165999ea2859d4e41b646afba769ed32a9
blob + f64c8bcf855d24c54a74adaa931576f22259939a
--- CHANGELOG.md
+++ CHANGELOG.md
@@ -8,6 +8,7 @@ documented in this file.
   adds a player with admin privileges.
 - Fixed out of bounds array access in `match_command()`.
 - Fixed resource leaks, i.e. missing calls to `fclose()`.
+- Fixed usage of possibly uninitialized variables.
 
 ## [1.4] - 2024-05-20 ##
 - **Added** usage of `time_t`. Multiple occurrences.