diff options
author | 2024-07-12 16:01:24 +0800 | |
---|---|---|
committer | 2024-07-12 08:54:07 -0700 | |
commit | 4a04b4f0de59dd5c621e78f15803ee0b0544eeb8 (patch) | |
tree | a269c2797c6ab33dc8e4849d77bac21b943a23f3 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.o (diff) | |
download | wireguard-linux-4a04b4f0de59dd5c621e78f15803ee0b0544eeb8.tar.xz wireguard-linux-4a04b4f0de59dd5c621e78f15803ee0b0544eeb8.zip |
bpf: fix overflow check in adjust_jmp_off()
adjust_jmp_off() incorrectly used the insn->imm field for all overflow check,
which is incorrect as that should only be done or the BPF_JMP32 | BPF_JA case,
not the general jump instruction case. Fix it by using insn->off for overflow
check in the general case.
Fixes: 5337ac4c9b80 ("bpf: Fix the corner case with may_goto and jump to the 1st insn.")
Signed-off-by: Shung-Hsi Yu <shung-hsi.yu@suse.com>
Link: https://lore.kernel.org/r/20240712080127.136608-2-shung-hsi.yu@suse.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions