Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Coverity-only check to avoid false positive overflow (CID 1604621)
Coverity doesn't know at this point that fr_high_bit_pos() will necessarily return a value between 5 and 64, so that ret will have a value in {1, 2, ..., 8}, NOT 2305843009213693952. We add a check only coverity will see to convince it there is no overflow.
- Loading branch information