diff options
author | 2025-04-21 23:14:05 +0530 | |
---|---|---|
committer | 2025-04-22 14:29:58 -0700 | |
commit | be2fea9c07d40a0a897580166e3d43c53ef3b75b (patch) | |
tree | d5303c09958bff7fa3f58e8696c4b4392913e295 /tools/lib/bpf/libbpf.c | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3 (diff) | |
download | linux-rng-be2fea9c07d40a0a897580166e3d43c53ef3b75b.tar.xz linux-rng-be2fea9c07d40a0a897580166e3d43c53ef3b75b.zip |
selftests/bpf: Close the file descriptor to avoid resource leaks
Static analysis found an issue in bench_htab_mem.c and sk_assign.c
cppcheck output before this patch:
tools/testing/selftests/bpf/benchs/bench_htab_mem.c:284:3: error: Resource leak: fd [resourceLeak]
tools/testing/selftests/bpf/prog_tests/sk_assign.c:41:3: error: Resource leak: tc [resourceLeak]
cppcheck output after this patch:
No resource leaks found
Fix the issue by closing the file descriptors fd and tc.
Signed-off-by: Malaya Kumar Rout <malayarout91@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20250421174405.26080-1-malayarout91@gmail.com
Diffstat (limited to 'tools/lib/bpf/libbpf.c')
0 files changed, 0 insertions, 0 deletions