aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/prog.c
diff options
context:
space:
mode:
authorMauricio Vásquez <[email protected]>2022-01-07 15:26:19 +0000
committerAndrii Nakryiko <[email protected]>2022-01-13 01:01:36 +0000
commitfba60b171a0322830b446dd28170092c47243d39 (patch)
tree02b727a151b345636d95b4c39a83947cd9d123db /tools/bpf/bpftool/prog.c
parentMerge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff)
downloadkernel-fba60b171a0322830b446dd28170092c47243d39.tar.gz
kernel-fba60b171a0322830b446dd28170092c47243d39.zip
libbpf: Use IS_ERR_OR_NULL() in hashmap__free()
hashmap__new() uses ERR_PTR() to return an error so it's better to use IS_ERR_OR_NULL() in order to check the pointer before calling free(). This will prevent freeing an invalid pointer if somebody calls hashmap__free() with the result of a failed hashmap__new() call. Signed-off-by: Mauricio Vásquez <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Acked-by: Song Liu <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/bpf/bpftool/prog.c')
0 files changed, 0 insertions, 0 deletions