diff options
| author | Ian Rogers <[email protected]> | 2022-09-01 13:26:45 -0700 |
|---|---|---|
| committer | Daniel Borkmann <[email protected]> | 2022-09-02 15:57:18 +0200 |
| commit | af515a5587b8f45f19e11657746e0c89411b0380 (patch) | |
| tree | cbf2995ac174c0303f65551e312734c3cf1e1219 /tools/perf/scripts/python/sctop.py | |
| parent | afef88e65554c3e8691513b8350d6445e292560e (diff) | |
selftests/xsk: Avoid use-after-free on ctx
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: 39e940d4abfa ("selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0")
Signed-off-by: Ian Rogers <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Magnus Karlsson <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions