The following issues were found
tools/testing/selftests/bpf/verifier/event_output.c
1 issues
Line: 119
.fixup_map_event_output = { 4 },
.result = ACCEPT,
.retval = 1,
},
Reported by Cppcheck.
tools/testing/selftests/bpf/verifier/helper_access_var_len.c
1 issues
Line: 616
},
.result = ACCEPT,
.prog_type = BPF_PROG_TYPE_TRACEPOINT,
},
Reported by Cppcheck.
tools/testing/selftests/bpf/verifier/helper_packet_access.c
1 issues
Line: 460
.result = REJECT,
.errstr = "invalid access to packet",
.prog_type = BPF_PROG_TYPE_SCHED_CLS,
},
Reported by Cppcheck.
tools/testing/selftests/bpf/verifier/helper_value_access.c
1 issues
Line: 953
.result = REJECT,
.errstr = "invalid access to map value, value_size=16 off=9 size=8",
.prog_type = BPF_PROG_TYPE_TRACEPOINT,
},
Reported by Cppcheck.
tools/testing/selftests/bpf/verifier/int_ptr.c
1 issues
Line: 160
},
.result = ACCEPT,
.prog_type = BPF_PROG_TYPE_CGROUP_SYSCTL,
},
Reported by Cppcheck.
tools/testing/selftests/bpf/verifier/jit.c
1 issues
Line: 131
.prog_type = BPF_PROG_TYPE_SCHED_CLS,
.result = ACCEPT,
.retval = 3,
},
Reported by Cppcheck.
tools/testing/selftests/bpf/verifier/jmp32.c
1 issues
Line: 866
.fixup_map_hash_48b = { 4 },
.result = ACCEPT,
.flags = F_NEEDS_EFFICIENT_UNALIGNED_ACCESS,
},
Reported by Cppcheck.
tools/testing/selftests/bpf/verifier/jset.c
1 issues
Line: 169
.errstr_unpriv = "R9 !read_ok",
.result_unpriv = REJECT,
.result = ACCEPT,
},
Reported by Cppcheck.
tools/testing/selftests/bpf/verifier/jump.c
1 issues
Line: 375
.prog_type = BPF_PROG_TYPE_SCHED_CLS,
.result = ACCEPT,
.retval = 3,
},
Reported by Cppcheck.
tools/testing/selftests/bpf/verifier/junk_insn.c
1 issues
Line: 45
},
.errstr = "BPF_ALU uses reserved fields",
.result = REJECT,
},
Reported by Cppcheck.