commit | b223e3b4e03a13739ab462560b791a4c692fd86e | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Jan 18 12:35:21 2018 +0300 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Jan 18 22:15:37 2018 +0100 |
tree | 37ccf293f0f6710992efba8619c235a1ab0e8d51 | |
parent | cb5f7334d479414adc6afe60105283277e297489 [diff] |
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>