...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Astrée |
| Supported, but no explicit checker | |||||||
Axivion Bauhaus Suite |
| CertC-MEM31 | Can detect dynamically allocated resources that are not freed | ||||||
CodeSonar |
| ALLOC.LEAK | Leak | ||||||
Compass/ROSE | |||||||||
| RESOURCE_LEAK ALLOC_FREE_MISMATCH | Finds resource leaks from variables that go out of scope while owning a resource | |||||||
Cppcheck |
| leakReturnValNotUsed | Doesn't use return value of memory allocation function | ||||||
Klocwork |
| ||||||||
LDRA tool suite |
| 50 D | Partially implemented | ||||||
Parasoft C/C++test |
| CERT_C-MEM31-a | Ensure resources are freed | ||||||
Parasoft Insure++ | Runtime analysis | ||||||||
Polyspace Bug Finder |
| Memory leak | Memory allocated dynamically not freed | ||||||
PRQA QA-C |
| 2706, 2707, 2708 | |||||||
PRQA QA-C++ |
| 3337, 3338 | |||||||
SonarQube C/C++ Plugin |
| S3584 | |||||||
Splint |
|
...