Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use builtin multiplication for intentional overflow
Clang's unsigned integer overflow sanitizer is flagging BucketNumber as having an overflow. This is intentional behavior, so we should mark it as such. Rather than disabling the sanitizer, this uses __builtin_mul_overflow to indicate the overflow is intentional. PiperOrigin-RevId: 524018233
- Loading branch information