ebpf-verifier
ebpf-verifier copied to clipboard
Unused variable in get_(un)signed_intervals
The variable is64 is written to but not read afterwards. This is likely a bug.
https://github.com/vbpf/prevail/blob/2a44d21f04737ecc5ee036fd7408cc15b1788202/src/crab/finite_domain.cpp#L127
https://github.com/vbpf/prevail/blob/2a44d21f04737ecc5ee036fd7408cc15b1788202/src/crab/finite_domain.cpp#L173