Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix macOS ARM64 stack overflow detection (dotnet#66599)
We were incorrectly using exception_data_type_t instead of mach_exception_data_type_t in the PAL due to a missing change when we have added support for ARM64 macOS. The wrong type was 32 bit and it caused the address of a hardware exception to have the upper 32 bits cut off. That prevented us from detecting stack overflow correctly.
- Loading branch information