fshahinfar1 / kashk

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

Compile time bug introduced when `const` type + code simplification #27

Open fshahinfar1 opened 4 months ago

fshahinfar1 commented 4 months ago

The tool is separating the variable declaration and initialization into two instructions. For constant variables, this is not possible. The initialization must happen during declaration. This is problematic!