Skip to content
Commit fa55ef14 authored by Miaoqian Lin's avatar Miaoqian Lin Committed by Daniel Borkmann
Browse files

bpftool: Fix memory leak in do_build_table_cb

strdup() allocates memory for path. We need to release the memory in the
following error path. Add free() to avoid memory leak.

Fixes: 8f184732

 ("bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects")
Signed-off-by: default avatarMiaoqian Lin <linmq006@gmail.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20221206071906.806384-1-linmq006@gmail.com
parent b54b6003
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment