Files
zig/lib/std/os/linux/bpf.zig
George Huebner 05b7ca6356 bpf: use bitCast instead of intCast in ld_imm_impl
Any 32 bit immediate is allowed in a BPF instruction, including those
greater than the largest positive i32 value.
2025-09-16 13:50:08 +02:00

45 KiB