x86: Implement simple stack memory protection #3626
Labels
area: Kernel
Enhancement
Changes/Updates/Additions to existing features
priority: high
High impact/importance bug
Milestone
Reported by Andrew Boie:
Implement a simple stack protection scheme on x86.
General policy:
To implement #2, stacks may need to be positioned between rodata and data, such that the first byte before the first stack is read-only and will trigger a pagefault if written to.
Depends on GH-3623, GH-3531
(Imported from Jira ZEP-2188)
The text was updated successfully, but these errors were encountered: