Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Add guard page on stack #11

Open
npmccallum opened this issue Jul 18, 2019 · 1 comment
Open

Add guard page on stack #11

npmccallum opened this issue Jul 18, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@npmccallum
Copy link
Collaborator

It would be really great if we could come up with some way to allocate a guard page on the stack without a hard dependency on system APIs. For example, on *nix systems we have mprotect(). But in other contexts we need other things. In a kernel context, there will be some internal API that will be used. So this methodology needs to be pluggable.

This also raises the question of the wisdom of passing the stack as a slice. Hopefully, someone will review and comment on that.

@npmccallum npmccallum added this to the 0.1.0 milestone Jul 18, 2019
@npmccallum npmccallum added the enhancement New feature or request label Jul 18, 2019
@npmccallum
Copy link
Collaborator Author

We can implement this later without much difficulty. Removing from the current milestone.

@npmccallum npmccallum removed this from the 0.1.0 milestone Jul 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant