diff options
author | 2024-10-16 15:49:12 +0200 | |
---|---|---|
committer | 2024-10-17 11:06:34 -0700 | |
commit | 3e9e708757ca3b7eb65a820031d62fea1a265709 (patch) | |
tree | d430bbb3ef23b6f94cb6f0e7574c89fb2c93cc7f /rust/helpers/workqueue.c | |
parent | bpf: Fix incorrect delta propagation between linked registers (diff) | |
download | wireguard-linux-3e9e708757ca3b7eb65a820031d62fea1a265709.tar.xz wireguard-linux-3e9e708757ca3b7eb65a820031d62fea1a265709.zip |
bpf: Fix print_reg_state's constant scalar dump
print_reg_state() should not consider adding reg->off to reg->var_off.value
when dumping scalars. Scalars can be produced with reg->off != 0 through
BPF_ADD_CONST, and thus as-is this can skew the register log dump.
Fixes: 98d7ca374ba4 ("bpf: Track delta between "linked" registers.")
Reported-by: Nathaniel Theis <nathaniel.theis@nccgroup.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20241016134913.32249-2-daniel@iogearbox.net
Diffstat (limited to 'rust/helpers/workqueue.c')
0 files changed, 0 insertions, 0 deletions