commit | 1bd70d2eba9d90eb787634361f0f6fa2c86b3f6d | [log] [tgz] |
---|---|---|
author | Peng Hao <peng.hao2@zte.com.cn> | Thu Oct 18 23:18:36 2018 +0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Oct 18 22:13:30 2018 +0200 |
tree | 5eca2ab361355d186492b1f8e4a189e7cc7ccc36 | |
parent | b55cbc8d9b44aaee94f19e995a5f241d453763ee [diff] |
selftests/bpf: fix file resource leak in load_kallsyms FILE pointer variable f is opened but never closed. Signed-off-by: Peng Hao <peng.hao2@zte.com.cn> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>