...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
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 | ||||||
| 44 S | Enhanced Enforcement | |||||||
PRQA QA-C |
| Warncall -wc strcpy -wc strcat -wc strncpy -wc strncat | Partially implemented |
...