...
This code sample also violates INT14-AC. Avoid performing bitwise and arithmetic operations on the same data.
Compliant Solution
This compliant solution implements a strictly conforming test for unsigned overflow.
...
...
This code sample also violates INT14-AC. Avoid performing bitwise and arithmetic operations on the same data.
This compliant solution implements a strictly conforming test for unsigned overflow.
...