...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Clang |
| clang-analyzer-cplusplus.NewDelete | Checked by clang-tidy , but does not catch all violations of this rule. | ||||||
CodeSonar |
| ALLOC.UAF | Use after free | ||||||
Compass/ROSE |
|
|
| ||||||
| USE_AFTER_FREE | Can detect the specific instances where memory is deallocated more than once or read/written to the target of a freed pointer | |||||||
Fortify SCA | 5.0 | Double Free |
| ||||||
Klocwork |
| UFM.DEREF.MIGHT |
| ||||||
LDRA tool suite |
| 483 S, 484 S | Partially implemented | ||||||
Parasoft C/C++test | 9.5 | BD-RES-FREE | |||||||
Parasoft Insure++ | Runtime detection | ||||||||
Splint |
|
|
|
...