...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Coverity | 6.5 | DELETE_VOID | Fully Implementedimplemented | ||||||
Clang |
| -Wdelete-incomplete |
...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Bibliography
[Dewhurst 03] | Gotcha #39, "Casting Incomplete Types" | ||
[ISO/IEC 14882-2014] | 5.3.5Subclause 4.10, "DeletePointer Conversions" | ||
[Sutter 00] | "Compiler Firewalls and the Pimpl Idiom" | [Dewhurst 03] | Gotcha 39, "Casting Incomplete Types" |
...