...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| LANG.ARITH.BIGSHIFT | Shift amount exceeds bit width | ||||||
|
| Can detect violations of this rule. Unsigned operands are detected when checking for INT13-C. Use bitwise operators only on unsigned operands | |||||||
ECLAIR |
| CC2.INT34 | Partially implemented | ||||||
5.0 |
| Can detect violations of this rule with CERT C Rule Pack | |||||||
| 51 S, 403 S, 479 S | Partially implemented | |||||||
PRQA QA-C |
| 0499 | Partially implemented | ||||||
Cppcheck |
| shiftNegative, shiftTooManyBits | Context sensitive analysis. |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...