fshahinfar1 / kashk

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

What if the original C program has an uninitialized value access? #10

Open fshahinfar1 opened 6 months ago

fshahinfar1 commented 6 months ago

The verifier is checking of accessing uninitialized variables, register, etc. We are not auto generating initialization, and it does not seem like a correct thing to do. I guess, if the original program has a path leading to accessing the uninitialized memory, then that program is buggy, and we should not worry about it.