This checker is implemented based on the following rule:
https://wiki.sei.cmu.edu/confluence/display/c/STR30-C.+Do+not+attempt+to+modify+string+literals
It warns on misusing the following functions: strpbrk(), strchr(),
strrchr(), strstr(), memchr().