mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-22 21:41:14 +01:00
ad0005f398
This was erroneously included while migrating from older code where stack creation was entirely handled with host constructs such as `mmap` directly to using `KPrivateMemory` to manage it, we would create a guard page with `mprotect` that the guest was unaware about and would cause a segfault when a guest accessed the extents of the stack as reported to the guest.