mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This was identified by UBSAN: signed-integer-overflow. Explicitly mark the value as unsigned to ensure that the value does not overflow. There is a second instance of a raw literal, however, because it is a `*=` the value is implicitly understood to be unsigned.
50 KiB
50 KiB