...
CERT C++ Secure Coding Standard: INT35-CPP. Evaluate integer expressions in a larger size before comparing or assigning to that size
ISO/IEC 9899:2011 Section Section 6.3.1, "Arithmetic operands"
...
...
CERT C++ Secure Coding Standard: INT35-CPP. Evaluate integer expressions in a larger size before comparing or assigning to that size
ISO/IEC 9899:2011 Section Section 6.3.1, "Arithmetic operands"
...