Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tool

Version

Checker

Description

CodeSonar
Include Page
CodeSonar_V
CodeSonar_V

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

LDRA tool suite

Include Page
LDRA_V
LDRA_V

 

 

PRQA QA-C
Include Page
PRQA QA-C_Vv
PRQA QA-C_Vv
Warncall -wc strcpy
-wc strcat
-wc strncpy
-wc strncat
Partially implemented

...