tools/bpf_jit_disasm: silence a static checker warning
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 18 Jan 2018 09:35:21 +0000 (12:35 +0300)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 18 Jan 2018 21:15:37 +0000 (22:15 +0100)
commitb223e3b4e03a13739ab462560b791a4c692fd86e
tree37ccf293f0f6710992efba8619c235a1ab0e8d51
parentcb5f7334d479414adc6afe60105283277e297489
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: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/bpf/bpf_jit_disasm.c