...
Recommendation | Severity | Likelihood | Detectable | RepairableRemediation Cost | Priority | Level |
|---|---|---|---|---|---|---|
PRE05-C | Low | Unlikely | No | MediumYes | P2 | L3 |
Automated Detection
| Tool | Version | Checker | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Axivion Bauhaus Suite |
| CertC-PRE05 | ||||||||||||||||
| CodeSonar |
| LANG.PREPROC.HASH | Macro uses # operator Macro argument is both mixed and expanded Macro uses ## operator | |||||||||||||||
| Helix QAC |
| C0341, C0342, C0801, C0802, C0803, C0811, C0872, C0880, C0881, C0884 | ||||||||||||||||
| Klocwork |
| MISRA.DEFINE.SHARP.ORDER.2012 | ||||||||||||||||
| LDRA tool suite |
| 76 S, 125 S, 637 S | Enhanced Enforcement | |||||||||||||||
| Polyspace Bug Finder |
| Checks for incorrectly expanded macros | ||||||||||||||||
| PC-lint Plus |
| 9024 | Assistance provided: reports any use of pasting or stringizing operators in a macro definition | PRQA QA-C | ||||||||||||||
| Include Page | PRQA QA-C_v | PRQA QA-C_v | 0341, 0342, 0801, 0802, 803, 0811, 0872, 0880, 0881, 0884 | Helix QAC | ||||||||||||||
| Include Page | Helix QAC_V | Helix QAC_V
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
| SEI CERT C++ Coding Standard | VOID PRE05-CPP. Understand macro replacement when concatenating tokens or performing stringification |
...