mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-09 06:40:08 +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_asm.S | ||
| bpf_jit.c | ||
| bpf_jit.h | ||
| ebpf_jit.c | ||
| Makefile | ||