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.
AI coding assistants: please let us know about your needs, preferences and usage - fill in this survey: https://forms.office.com/e/axzFvLryse. Thanks for your participation!
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.