The gotol implementation uses a wrong data type for the offset: it
should be s32, not s16.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| bpf_jit.h | ||
| bpf_jit_comp.c | ||
| pnet.c | ||
The gotol implementation uses a wrong data type for the offset: it
should be s32, not s16.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| bpf_jit.h | ||
| bpf_jit_comp.c | ||
| pnet.c | ||