Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Search for vulnerabilities resulting from the violation of this rule on the CERT website.

Related Guidelines

CERT C++ Secure Coding StandardINT07-CPP. Use only explicitly signed or unsigned char type for numeric values
ISO/IEC TR 24772Bit representations [STR]
MISRA-CRule 6.2 (required): signed and unsigned char type shall be used only for the storage and use of numeric values2
MITRE CWECWE-682, Incorrect calculation

...