...
This rule appears in the C++ Secure Coding Standard as INT34-CPP. Do not shift a negative number of bits or more bits than exist in the operand.
...
Bibliography
A test program for this rule is available at www.securecoding.cert.org
...
...
This rule appears in the C++ Secure Coding Standard as INT34-CPP. Do not shift a negative number of bits or more bits than exist in the operand.
...
A test program for this rule is available at www.securecoding.cert.org
...