Files
swift-mirror/stdlib/public/runtime
Saleem Abdulrasool c8e8b177fa runtime: fix a UBSAN issue
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.
2020-04-09 12:21:20 -07:00
..
2020-04-06 17:57:44 -04:00
2020-02-20 16:43:58 -08:00
2020-04-09 12:21:20 -07:00
2018-11-09 17:27:58 -05:00