...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
CERT C++ Secure Coding Standard | INT07-CPP. Use only explicitly signed or unsigned char type for numeric values |
ISO/IEC TR 24772 | Bit representations [STR] |
MISRA-C | Rule 6.2 (required): signed and unsigned char type shall be used only for the storage and use of numeric values2 |
MITRE CWE | CWE-682, Incorrect calculation |
...