fshahinfar1 / kashk

Generate BPF kernel offload from source code of applications
2 stars 0 forks source link

Verification issue with index of array from MAP memory #22

Open fshahinfar1 opened 7 months ago

fshahinfar1 commented 7 months ago

The indicies used to access pointers to MAP memory region should have a known lower bound. Either set the type to unsigned or explicitly do the lower-bound check.