3 Commits

Author SHA1 Message Date
Mark Shannon c25a070759 GH-139653: Only raise an exception (or fatal error) when the stack pointer is about to overflow the stack. (GH-141711)
Only raises if the stack pointer is both below the limit *and* above the stack base.
This prevents false positives for user-space threads, as the stack pointer will be outside those bounds
if the stack has been swapped.
2025-11-19 10:16:24 +00:00
Bartosz Sławecki 097fc12149 Fix typo in stack_protection.md (GH-138876) 2025-09-15 04:53:13 -04:00
Mark Shannon 923d68655b Add internal doc describing the stack protection mechanism (GH137663) 2025-08-13 19:04:25 +01:00