Audit all user input parsing in game modes
We have to make sure user inputs are handled correctly and errors are handled gracefully. This might or might not be the case and has to be checked.
-
Make sure a user input can never be null
-
Make sure everything falls back to empty string -
Do not de reference possible null pointers
Edited by Nils G.