access-softek / llvm-project

Other
0 stars 0 forks source link

[PAuth][LLDB] Handle authentication failure for signed pointers differently from other invalid memory access #72

Open kovdan01 opened 8 months ago

kovdan01 commented 8 months ago

Such kind of error can be distinguished from other memory-access-related errors, so we can give a nice error message with useful details. There's already related code proposed in https://reviews.llvm.org/D102428, but I still face regular invalid memory access errors without any mention of pauth stuff on authentication failures.