Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
map: fix mprotected pages not being copied
When a memory region with prot read-write got changed to read, then the memory would not be copied on fork. This result in child and parent sharing this page that can be changed back to being writeable. JIRA: RTOS-953
- Loading branch information