Skip to content

fix high guard page #121

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

Merged
merged 1 commit into from
Mar 19, 2025
Merged

fix high guard page #121

merged 1 commit into from
Mar 19, 2025

Conversation

m-mueller678
Copy link
Contributor

This fixes the memory protection on new stack allocations via mmap. Previously, the accessible range was 1 page too long, reaching all the way to the end of the allocation without the intended guard page.

This issue was briefly discussed in #109.

@nagisa nagisa merged commit 9a52970 into rust-lang:master Mar 19, 2025
155 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants