...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Compass/ROSE |
|
| Can detect violations of this recommendation. In particular, it flags any instance of a variable of type | ||||||
| idb_charplan | Fully implemented. | |||||||
Fortify SCA | 5.0 |
| Can detect violations of this recommendation with the CERT C Rule Pack. | ||||||
| 93 S | Fully implemented. | |||||||
Splint |
|
|
| ||||||
PRQA QA-C |
| 3711 | Partially implemented. |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...
CERT C++ Secure Coding Standard | INT07-CPP. Use only explicitly signed or unsigned char type for numeric values |
ISO/IEC TR 24772:2013 | Bit Representations [STR] |
MISRA - C:2012 | Rule 6.210.1 (required) Rule 10.3 (required) Rule 10.4 (required) |
MITRE CWE | CWE-682, Incorrect calculation |
...