Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools/libbpf: Avoid possibly using uninitialized variable
Fixes a GCC maybe-uninitialized warning introduced by 48cca7e. "text" is only initialized inside the if statement so only print debug info there. Fixes: 48cca7e ("libbpf: add support for bpf_call") Signed-off-by: Jeremy Cline <jeremy@jcline.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
- Loading branch information