]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsfd: (bugfix) fix wrong type usage in anon_bpf_map_fill_column
authorMasatake YAMATO <yamato@redhat.com>
Mon, 14 Oct 2024 08:39:15 +0000 (17:39 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Fri, 25 Oct 2024 20:20:11 +0000 (05:20 +0900)
commitccf3fbfb89a808da9cc2f8ffdd6664e401e0ad36
tree8364cf645ce11ecfd13605b40d320c6da897249b
parentcf95e16dd46fc9352d46c4a6240e12c7114e4aca
lsfd: (bugfix) fix wrong type usage in anon_bpf_map_fill_column

Where we should use anon_bpf_map_data, anon_bpf_prog_data was used.
Fortunately, this has not been a big trouble because anon_bpf_map_data
and anon_bpf_prog_data had no difference in their member layout

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
lsfd-cmd/unkn.c