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

green: Don't return the red zone in stack_bounds() #12908

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Member

This is mostly just an implementation detail, and anyone worried about the stack
bounds doesn't need to be bothered with the red zone because it's not usable
anyway.

Closes #12897

This is mostly just an implementation detail, and anyone worried about the stack
bounds doesn't need to be bothered with the red zone because it's not usable
anyway.

Closes rust-lang#12897
bors added a commit that referenced this pull request Mar 15, 2014
This is mostly just an implementation detail, and anyone worried about the stack
bounds doesn't need to be bothered with the red zone because it's not usable
anyway.

Closes #12897
@bors bors closed this Mar 15, 2014
@alexcrichton alexcrichton deleted the issue-12897 branch March 17, 2014 03:47
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.

libgreen's stack_bounds implementation includes the guard page
3 participants