+1
−1
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The last argument passed to one call to the p_err() function is not
correct, it should be "*argv" instead of "**argv". This may lead to a
segmentation fault error if BTF id cannot be parsed correctly. Let's fix
this.
Fixes: c93cc69004dt ("bpftool: add ability to dump BTF types")
Signed-off-by:
Quentin Monnet <quentin.monnet@netronome.com>
Reviewed-by:
Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by:
Alexei Starovoitov <ast@kernel.org>