...
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 | Rule 6.2 |
MITRE CWE | CWE-682, Incorrect calculation |
...
...
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 | Rule 6.2 |
MITRE CWE | CWE-682, Incorrect calculation |
...