Skip to content

22.0-cppcheck-METUtilities

Shaun Roe requested to merge sroe/athena:22.0-cppcheck-METUtilities into master

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.

Merge request reports