Commit Diff


commit - aef3cd66bff0ee1c7bd9bfa823cb326e47d6af19
commit + 1a024141b5572fdc174c7c279b00cf1b20087b4d
blob - 0bc03111fc1425c7bad096134fc4d30bb357399c
blob + 47fca22e7a192a46332df6893e1cddd7237b2d65
--- CHANGELOG.md
+++ CHANGELOG.md
@@ -4,6 +4,7 @@ All notable changes to this fork of FICS version 1.6.2
 documented in this file.
 
 ## [Unreleased] ##
+- Added null checks.
 - Fixed unchecked function return values. Multiple occurrences.
 - Replaced C-style headers in C++ files.
 - Replaced `atoi()` with `strtol()`. Multiple occurrences.