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

Implement segmentation faults #2245

Open
lvella opened this issue Dec 17, 2024 · 0 comments
Open

Implement segmentation faults #2245

lvella opened this issue Dec 17, 2024 · 0 comments

Comments

@lvella
Copy link
Member

lvella commented Dec 17, 2024

From the security standpoint, it would be a benefit if we could mark some memory ranges as inaccessible (e.g. a few MB around address 0, to catch null pointer and close to null pointer access, and a few MB at the end of the stack, to catch stack overflow), failing if the VM tries to write to/read from there.

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

No branches or pull requests

1 participant