-
Tor Didriksen authored
Fix an instance of undefined behavior by doing a negation in unsigned (which is always defined) instead of signed (which is not defined for the lowest possible value). Change-Id: I2ebcb809ee7e50acf06fd7a54e5b116d0098c3f2
Tor Didriksen authoredFix an instance of undefined behavior by doing a negation in unsigned (which is always defined) instead of signed (which is not defined for the lowest possible value). Change-Id: I2ebcb809ee7e50acf06fd7a54e5b116d0098c3f2
Loading