[RDA] Avoid negative shift UB
Avoid "left shift of negative value -1" ubsan errors by casting to uintptr_t before performing the shift, rather than after.
Loading
Please sign in to comment
Avoid "left shift of negative value -1" ubsan errors by casting to uintptr_t before performing the shift, rather than after.