summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorHengqi Chen <hengqi.chen@gmail.com>2021-11-15 04:24:36 +0300
committerAndrii Nakryiko <andrii@kernel.org>2021-11-15 05:38:13 +0300
commite5043894b21f7d99d3db31ad06308d6c5726caa6 (patch)
tree0ccaa10b8751a723e46994d985e39b891dbff4bc /Documentation
parentc874dff452f34056315b01d7954ce613ce6c18ab (diff)
downloadlinux-e5043894b21f7d99d3db31ad06308d6c5726caa6.tar.xz
bpftool: Use libbpf_get_error() to check error
Currently, LIBBPF_STRICT_ALL mode is enabled by default for bpftool which means on error cases, some libbpf APIs would return NULL pointers. This makes IS_ERR check failed to detect such cases and result in segfault error. Use libbpf_get_error() instead like we do in libbpf itself. Signed-off-by: Hengqi Chen <hengqi.chen@gmail.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20211115012436.3143318-1-hengqi.chen@gmail.com
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions