ebpf-verifier icon indicating copy to clipboard operation
ebpf-verifier copied to clipboard

assert(!intv.is_bottom()) in void SplitDBM::set(const variable_t x, const interval_t& intv)

Open Alan-Jowett opened this issue 1 year ago • 0 comments

Test case that triggers it

test-case: 32bit multiplication - uninitialized register

pre: []

code:
  <start>: |
    w0 *= 1207967752
    w0 *= r0

post: []

message: []

Alan-Jowett avatar Oct 26 '24 19:10 Alan-Jowett