Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fib algo][dxr] Fix undefined behavior.
The result of shifting uint32_t by 32 (or more) is undefined: fix it. (cherry picked from commit 442c8a2)
- Loading branch information