...
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 |
| CERT_C-MEM00-a | Do not allocate memory and expect that someone else will deallocate it later | ||||||||
Parasoft Insure++ | Runtime analysis | ||||||||||
Polyspace Bug Finder |
| Pointer deallocation without a corresponding dynamic allocation Memory freed more than once without allocation Memory accessed after deallocation |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...