Files
clang-p2996/compiler-rt/lib
Alan Zhao 25f9415713 [compiler-rt][ubsan][nfc-ish] Fix a type conversion bug (#100665)
If the inline asm version of `ptrauth_strip` is used instead of the
builtin, the inline asm implementation currently returns an unsigned
long, causing an incompatible pointer conversion issue. The spec for
`ptrauth_sign` is that the result has the same type as the original
value, so we add a cast to the result of the inline asm.
2024-07-25 17:38:44 -07:00
..
2023-09-28 15:40:42 +08:00
2024-07-08 12:56:38 +10:00
2024-07-19 21:22:33 +01:00
2024-07-16 14:35:11 -07:00
2024-07-10 17:58:25 -07:00