]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
samples/bpf: Fix a resource leak
authorZhu Jun <zhujun2@cmss.chinamobile.com>
Thu, 10 Oct 2024 01:41:26 +0000 (18:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 19:03:46 +0000 (20:03 +0100)
commitfbdf26dcc6d697b9fd44668d415b8c01771c7fd5
tree885ce62990f924bb7faf6e6bf840087819151252
parent8945c33b0500a4543fd13d980c6f5c5fd56e5fc5
samples/bpf: Fix a resource leak

[ Upstream commit f3ef53174b23246fe9bc2bbc2542f3a3856fa1e2 ]

The opened file should be closed in show_sockopts(), otherwise resource
leak will occur that this problem was discovered by reading code

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20241010014126.2573-1-zhujun2@cmss.chinamobile.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
samples/bpf/test_cgrp2_sock.c