...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Astrée |
| new-delete-pairwise | Partially checked | ||||||
Clang |
| misc-new-delete-overloads | Checked with clang-tidy . | ||||||
Parasoft C/C++test |
| CERT_CPP-DCL54-a | Always provide new and delete together | ||||||
Polyspace Bug Finder |
| CERT C++: DCL54-CPP | Checks for mismatch between overloaded operator new and operator delete (rule fully covered) | ||||||
PRQA QA-C++ |
| 2160 | |||||||
RuleChecker |
| new-delete-pairwise | Partially checked | ||||||
SonarQube C/C++ Plugin |
| S1265 | |||||||
Helix QAC |
|
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...