When shifting an unsigned byte into the upper 8 bits of
an int and the resulting value is greater than 0x7FFFFFF,
the result will be sign extended when converting to a 64
bit unsigned long.
Details
Details
- Reviewers
ken
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 3945 Build 3988: arc lint + arc unit
Event Timeline
Comment Actions
Closed by commit rS300686: Fix a couple of Coverity Unintended sign extension sign extension (authored by truckman).