CodeSonar | | BADFUNC.BO.OEMTOCHAR
BADFUNC.BO.STRCAT
BADFUNC.BO.STRCATCHAINW BADFUNC.BO.STRCMP
BADFUNC.BO.STRCPY
BADFUNC.BO.STRLEN
BADFUNC.BO.STRTRNS | Use of OemToAnsi , use of OemToChar (both include checks for uses of similar functions) Use of strcat (includes checks for uses of similar library functions such as StrCatA() , wcscat() , etc.) Use of StrCatChainW Use of strcmp (includes checks for uses of similar library functions such as lstrcmp() ) Use of strcpy (includes checks for uses of similar library functions such as StrCCpy() , wcscpy() , etc.) Use of strlen (includes checks for uses of similar library functions such as lstrlen() ) Use of strtrns |