You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside the crate aya-ebpf in the programs module (ebpf/aya-ebpf/src/programs), some internal raw pointers are exposed to user facing code as pub members. For example inside programs/device.rs) -
Inside the crate
aya-ebpf
in theprograms
module (ebpf/aya-ebpf/src/programs
), some internal raw pointers are exposed to user facing code aspub
members. For example insideprograms/device.rs
) -This would allow the user code to use a
raw
pointer.This is not consistent across all sub-modules.
Locally, I tried to fix those
pub
members and checked following -Integration tests suggested a few failures as follows, but they appear to be unrelated.
Can send a draft PR for this.
The text was updated successfully, but these errors were encountered: