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

Introduce toggle to enable/disable bounds_check. #34

Merged
merged 1 commit into from
Apr 29, 2020

Conversation

oleg31415926
Copy link

bounds_check routine assumes that memory to read / write may only be on the stack or within ubpf code itself.
The toggle allows disabling the check when the assumption is not correct.

bounds_check routine assumes that memory to read / write may only be on the stack or within ubpf code itself.
The toggle allows disabling the check when the assumption is not correct.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.5%) to 96.049% when pulling fc2a6e9 on oleg31415926:master into 4cbf799 on iovisor:master.

@pchaigno
Copy link
Collaborator

Hi 👋 Thanks for the contribution!

bounds_check routine assumes that memory to read / write may only be on the stack or within ubpf code itself.

When is that not the case?

@oleg31415926
Copy link
Author

friendly ping!

@pchaigno pchaigno merged commit 089f627 into iovisor:master Apr 29, 2020
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.

4 participants