We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example: socket close state
If represented as anything other than a u64, an invalid memory access error is throwing during validation of the BPF program.
vesper/probes/src/network/mod.rs
Line 36 in f178bf7
Lines 5 to 9 in f178bf7
Some related info: foniod/redbpf#150, https://rust-lang.github.io/unsafe-code-guidelines/layout/enums.html
I'm probably just misunderstanding something trivial.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example: socket close state
If represented as anything other than a u64, an invalid memory access error is throwing during validation of the BPF program.
vesper/probes/src/network/mod.rs
Line 36 in f178bf7
vesper/probes/src/network/mod.rs
Lines 5 to 9 in f178bf7
Some related info: foniod/redbpf#150, https://rust-lang.github.io/unsafe-code-guidelines/layout/enums.html
I'm probably just misunderstanding something trivial.
The text was updated successfully, but these errors were encountered: