diff options
| author | Hengqi Chen <hengqi.chen@gmail.com> | 2021-11-15 09:24:36 +0800 |
|---|---|---|
| committer | Andrii Nakryiko <andrii@kernel.org> | 2021-11-14 18:38:13 -0800 |
| commit | e5043894b21f7d99d3db31ad06308d6c5726caa6 (patch) | |
| tree | 0ccaa10b8751a723e46994d985e39b891dbff4bc /net/unix/af_unix.c | |
| parent | Merge branch 'bpftool: miscellaneous fixes' (diff) | |
| download | linux-e5043894b21f7d99d3db31ad06308d6c5726caa6.tar.gz linux-e5043894b21f7d99d3db31ad06308d6c5726caa6.zip | |
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 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
