...
Tool | Version | Checker | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Astrée |
| pointer-qualifier-cast-volatile pointer-qualifier-cast-volatile-implicit | Supported indirectly via MISRA C 2012 Rule 11.8 | |||||||||||
Axivion Bauhaus Suite |
| CertC-EXP32 | Fully implemented | |||||||||||
Clang |
| -Wincompatible-pointer-types-discards-qualifiers | ||||||||||||
Compass/ROSE | ||||||||||||||
Coverity |
| MISRA C 2012 Rule 11.8 | Implemented | |||||||||||
GCC |
| Can detect violations of this rule when the | ||||||||||||
Helix QAC |
| C: 0312, 0562, 0563, 0673, 0674 | ||||||||||||
LDRA tool suite |
| 344 S | Partially implemented | |||||||||||
Parasoft C/C++test |
| CERT_C-EXP32-a | A cast shall not remove any 'const' or 'volatile' qualification from the type of a pointer or reference | |||||||||||
Polyspace Bug Finder |
| Checks for cast to pointer that removes const or volatile qualification (rule fully covered) | ||||||||||||
PRQA QA-C |
| 0312,562,563,673,674 | Fully implemented | |||||||||||
RuleChecker |
| pointer-qualifier-cast-volatile pointer-qualifier-cast-volatile-implicit | Supported indirectly via MISRA C 2012 Rule 11.8 | Helix QAC | Include Page | | Helix QAC_V | Helix QAC_V | C: 0312, 0562, 0563, 0673, 0674
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...