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

EBPF_OP_LDDW should be rejected if src != 0 #114

Closed
Alan-Jowett opened this issue Sep 14, 2022 · 0 comments · Fixed by #132
Closed

EBPF_OP_LDDW should be rejected if src != 0 #114

Alan-Jowett opened this issue Sep 14, 2022 · 0 comments · Fixed by #132

Comments

@Alan-Jowett
Copy link
Collaborator

https://github.com/dthaler/ebpf-docs/blob/update/isa/kernel.org/instruction-set.rst#bit-immediate-instructions

Other values for src are possible, but uBPF only supports 0 (immediate).

@Alan-Jowett Alan-Jowett changed the title EBPF_OP_LDDW should reject if src != 0 EBPF_OP_LDDW should be rejected if src != 0 Sep 14, 2022
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 a pull request may close this issue.

1 participant