...
Tool | Version | Checker | Description | |||||||
---|---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| ALLOC.DF | Double free | |||||||
Compass/ROSE | Could detect possible violations by reporting any function that has | |||||||||
Coverity | 6.5 | RESOURCE_LEAK | Fully implemented | |||||||
Klocwork |
| FREE.INCONSISTENT | ||||||||
LDRA tool suite |
| 50 D | Partially implemented | |||||||
Parasoft C/C++test |
| MRM-18, MRM-19, MRM-20 | CERT_C-MEM00-a | Do not allocate memory and expect that someone else will deallocate it later | ||||||
Parasoft Insure++ | Runtime analysis will detect all leaks | |||||||||
Polyspace Bug Finder | R2016a | Pointer deallocation without a corresponding dynamic allocation Memory freed more than once without allocation Memory accessed after deallocation |
...