bpftool: Fix wrong free call in do_show_link
authorJiri Olsa <jolsa@kernel.org>
Fri, 19 Jan 2024 11:05:00 +0000 (12:05 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 24 Jan 2024 00:05:27 +0000 (16:05 -0800)
commit2adb2e0fcdf3c6d8e28a5a9c33e458e1037ae5ad
treea22f6d48ba9745fd24a348248113671c63d40802
parent9fd112b1f82b587ffb12fb67dd032f551fdb571a
bpftool: Fix wrong free call in do_show_link

The error path frees wrong array, it should be ref_ctr_offsets.

Acked-by: Yafang Shao <laoar.shao@gmail.com>
Reviewed-by: Quentin Monnet <quentin@isovalent.com>
Fixes: a7795698f8b6 ("bpftool: Add support to display uprobe_multi links")
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Acked-by: Song Liu <song@kernel.org>
Link: https://lore.kernel.org/r/20240119110505.400573-4-jolsa@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/bpf/bpftool/link.c