Commit b223e3b4 authored by Dan Carpenter's avatar Dan Carpenter Committed by Daniel Borkmann
Browse files

tools/bpf_jit_disasm: silence a static checker warning



There is a static checker warning that "proglen" has an upper bound but
no lower bound.  The allocation will just fail harmlessly so it's not a
big deal.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
parent cb5f7334
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment