22.0-cppcheck-METUtilities
address cppcheck warnings: strncmp is ok with a non-null terminated string since the number of characters to compare is 1, so suppress this. Add check for nullptr in loop to mitigate possible null pointer dereference.
address cppcheck warnings: strncmp is ok with a non-null terminated string since the number of characters to compare is 1, so suppress this. Add check for nullptr in loop to mitigate possible null pointer dereference.