Skip to content

std: Move MemoryMap fields to methods #15588

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
Jul 12, 2014
Merged

Conversation

alexcrichton
Copy link
Member

If modified, you can safely unmap arbitrary memory. These fields are not
intended to be modified, so read-only accessors are the only ones that are
provided.

Closes #15478

If modified, you can safely unmap arbitrary memory. These fields are not
intended to be modified, so read-only accessors are the only ones that are
provided.

Closes rust-lang#15478
bors added a commit that referenced this pull request Jul 12, 2014
If modified, you can safely unmap arbitrary memory. These fields are not
intended to be modified, so read-only accessors are the only ones that are
provided.

Closes #15478
@bors bors closed this Jul 12, 2014
@bors bors merged commit fb02d54 into rust-lang:master Jul 12, 2014
@alexcrichton alexcrichton deleted the issue-15478 branch July 13, 2014 17:32
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.

MemoryMap is unsound with public fields.
2 participants