diff options
author | Kaixu Xia <[email protected]> | 2020-11-11 13:03:46 +0800 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2020-11-11 10:50:22 +0100 |
commit | f16e631333a8f12ae8128826e695db4b2a528407 (patch) | |
tree | 41eac337a24c16ea550360f0a33ad344972e8ee9 /scripts/gcc-plugins/cyc_complexity_plugin.c | |
parent | abbaa433de07076fb8ef524b77ce55d94bad5fc5 (diff) |
bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_id
The unsigned variable datasec_id is assigned a return value from the call
to check_pseudo_btf_id(), which may return negative error code.
This fixes the following coccicheck warning:
./kernel/bpf/verifier.c:9616:5-15: WARNING: Unsigned expression compared with zero: datasec_id > 0
Fixes: eaa6bcb71ef6 ("bpf: Introduce bpf_per_cpu_ptr()")
Reported-by: Tosk Robot <[email protected]>
Signed-off-by: Kaixu Xia <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Andrii Nakryiko <[email protected]>
Acked-by: John Fastabend <[email protected]>
Cc: Hao Luo <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions