-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Writing to read-only mmapped arrays causes a segmentation fault #3434
Comments
An |
timholy
added a commit
that referenced
this issue
May 18, 2014
timholy
added a commit
that referenced
this issue
May 18, 2014
timholy
added a commit
that referenced
this issue
May 27, 2014
timholy
added a commit
that referenced
this issue
May 28, 2014
timholy
added a commit
that referenced
this issue
Jul 23, 2014
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not terribly surprising and probably not easy to avoid, but it would be preferable if an attempt to write to a read-only mmapped array would throw instead of crashing.
The text was updated successfully, but these errors were encountered: