Implement fine-grained W^X protection
Open
- Dominant language
- C
- Stars
- 44
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Right now we have to mark the entire heap as executable during startup. Technically this is not safe and we should implement fine-grained W^X protection depending on whether a memory region is used for code cache or other data.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.