We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This seems to happen on numbers that are close to the bound of the extension.
The test ebpf-samples/cilium/bpf_netdev.o from-netdev should be marked as failing:
ebpf-samples/cilium/bpf_netdev.o from-netdev
$ ./check --no-simplify ebpf-samples/cilium/bpf_netdev.o from-netdev -v ... Pre-invariant : [... r1.type=number, r1.svalue=[0, 4294967161], r1.svalue=r1.uvalue, ..., r1.uvalue=[0, 4294967161], ...] 499: assert r1.type == number; r1 s32= r1; goto 501; Post-invariant: _|_ ...
This blocks #678.
The text was updated successfully, but these errors were encountered:
fail hard when a non-Assume instruction turns an invariant into bottom
2c0826e
makes #679 visible. Signed-off-by: Elazar Gershuni <[email protected]>
37be029
No branches or pull requests
This seems to happen on numbers that are close to the bound of the extension.
The test
ebpf-samples/cilium/bpf_netdev.o from-netdev
should be marked as failing:This blocks #678.
The text was updated successfully, but these errors were encountered: