...
Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Astrée |
| Supported, but no explicit checker | |||||||
| CodeSonar |
| ALLOC.DF | Double 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 | |||||||
| LDRA tool suite |
| 484 S, 112 D | Partially implemented | ||||||
| Parasoft C/C++test |
| CERT_C-MEM01-a | Do not use resources that have been freed | ||||||
| Parasoft Insure++ | Detects dangling pointers at runtime | ||||||||
| R2016b | Missing reset of a freed pointer | Pointer free not followed by a reset statement to clear leftover data |
...