Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add guard pages to mmaped memory regions #62

Open
serban300 opened this issue Jan 21, 2020 · 0 comments
Open

Add guard pages to mmaped memory regions #62

serban300 opened this issue Jan 21, 2020 · 0 comments

Comments

@serban300
Copy link

In theory it is possible to take a pointer to a mmaped memory region and read/write outside of the region's bounds.

We could prevent this behavior by adding a guard page at the beginning and at the end of each region.

@andreeaflorescu andreeaflorescu added this to Needs Changes in rust-vmm status Mar 17, 2020
@andreeaflorescu andreeaflorescu moved this from Needs Changes to TODO in rust-vmm status Mar 17, 2020
@andreeaflorescu andreeaflorescu moved this from TODO to Needs Review in rust-vmm status Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
rust-vmm status
  
Needs Review
Development

No branches or pull requests

1 participant