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
LANG.STRUCT.RPLReturns pointer to local
Compass/ROSE  

Can detect violations of this rule. It automatically detects returning pointers to local variables. Detecting more general cases, such as examples where static pointers are set to local variables which then go out of scope, would be difficult

Coverity

Include Page
Coverity_V
Coverity_V

RETURN_LOCAL

Finds many instances where a function will return a pointer to a local stack variable. Coverity Prevent cannot discover all violations of this rule, so further verification is necessary

Fortify SCA

7.6.0

 

Can detect violations when an array is declared in a function and then a pointer to that array is returned

Klocwork

Include Page
Klocwork_V
Klocwork_V

LOCRET.*

 

LDRA tool suite

Include Page
LDRA_V
LDRA_V

42 D, 77 D, 71 S, 565 S

Enhanced Enforcement
Parasoft C/C++test9.5MISRA2004-17_6_{a,b} 
Polyspace Bug FinderR2016aPointer or reference to stack variable leaving scope

Pointer to local variable leaves the variable scope

PRQA QA-C
Include Page
PRQA QA-C_v
PRQA QA-C_v

3217
3225
3230
4140

Partially implemented
Splint
Include Page
Splint_V
Splint_V
  

...