You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report! I have a feeling that mmap is probably a better strategy anyway (where the page mappings can actually be controlled as this is probably only allocating large stacks anyway, I'll see if I can get around to implementing guard pages.
When moving the stack to the heap, there is no guard page at the end of the new stack. This results in a potential stack-to-heap overflow.
The text was updated successfully, but these errors were encountered: