...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
| CERT C++ Secure Coding Standard | INT14-CPP. Avoid performing bitwise and arithmetic operations on the same data |
| CERT Oracle Secure Coding Standard for Java | NUM01-J. Do not perform bitwise and arithmetic operations on the same data |
| ISO/IEC TR 24772 | Bit representations [STR] |
| MISRA-C | Rule 6.4 (required): Bit fields shall only be defined to be of type unsigned int or signed intRule 6.5 (required): Bit fields of type signed int shall be at least 2 bits long |
Bibliography