fshahinfar1 / kashk

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

__fail_flag is set to wrong value #6

Closed fshahinfar1 closed 6 months ago

fshahinfar1 commented 10 months ago

There is a case in which the failure flag is not set correctly. When the called function is going to fail with no chance of success, the caller does not pass the failure_flag and set it itself. The value it sets is wrong.

fshahinfar1 commented 6 months ago

I am going to address this issue by implementing a better algorithm for defining the failure paths. Read more #11

fshahinfar1 commented 6 months ago

The implementation is now different. This issue is not applicable.