[buddy] fix an undefined behavior
* src/prime.c (BitIsSet): Do not shift signed int by 31 places; shift unsigned int instead.
Showing
Please register or sign in to comment
* src/prime.c (BitIsSet): Do not shift signed int by 31 places; shift unsigned int instead.