Commit 37005a94 authored by Ian Rogers's avatar Ian Rogers Committed by Greg Kroah-Hartman
Browse files

selftests/xsk: Avoid use-after-free on ctx



[ Upstream commit af515a55 ]

The put lowers the reference count to 0 and frees ctx, reading it
afterwards is invalid. Move the put after the uses and determine the
last use by the reference count being 1.

Fixes: 39e940d4 ("selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0")
Signed-off-by: default avatarIan Rogers <irogers@google.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
Acked-by: default avatarMagnus Karlsson <magnus.karlsson@intel.com>
Link: https://lore.kernel.org/bpf/20220901202645.1463552-1-irogers@google.com


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 69995c64
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment