mirror of https://github.com/aya-rs/aya
aya-ebpf: Validate the pointer alignment in `Array::get`
parent
1b2c61fcf4
commit
7f65983b2f
@ -0,0 +1,3 @@
|
||||
use crate::cty::c_long;
|
||||
|
||||
pub const EINVAL: c_long = 22;
|
Loading…
Reference in New Issue