...
Recommendation | Severity | Likelihood | Detectable | RepairableRemediation Cost | Priority | Level |
|---|---|---|---|---|---|---|
DCL04-C | Low | Unlikely | Yes | YesLow | P3 | L3 |
Automated Detection
Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Axivion Bauhaus Suite |
| CertC-DCL04 | |||||||
| CodeSonar |
| LANG.STRUCT.DECL.ML | Multiple Declarations on Line | ||||||
| CC2.DCL04 | Fully implemented | |||||||
| LDRA tool suite |
| 579 S | Fully implemented | ||||||
| Parasoft C/C++test |
| CERT_C-DCL04-a | Each variable should be declared in a separate declaration statement | ||||||
| PC-lint Plus |
| 9146 | Partially supported: exceptions not supported | ||||||
| SonarQube C/C++ Plugin |
| SingleDeclarationPerStatement |
...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
...