...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
| 12 S | Fully implemented. | |||||||
GCC |
| Can detect some violations of this recommendation when the | |||||||
Compass/ROSE | Can detect some violations of this recommendation. In particular, it flags switch statements that do not have a default clause. ROSE should detect "fake switches" as well (that is, a chain of if (x > 0) { /* ... */ } else if (x < 0) { /* ... */ } else if (x == 0) { /* ... */ }
| ||||||||
Klocwork |
| LA_UNUSED |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...