mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
There is a missing break causing a fall-through and setting
ctx.use_bbit_insns to the wrong value. Fix this by adding the
missing break.
Detected with cppcheck:
"Variable 'ctx.use_bbit_insns' is reassigned a value before the old
one has been used. 'break;' missing?"
Fixes:
|
||
|---|---|---|
| .. | ||
| bpf_jit.c | ||
| bpf_jit.h | ||
| bpf_jit_asm.S | ||
| ebpf_jit.c | ||
| Makefile | ||