diff options
author | Toke Høiland-Jørgensen <toke@redhat.com> | 2019-12-10 19:14:12 +0100 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-12-11 13:57:26 +0100 |
commit | 5b79bcdf03628a3a9ee04d9cd5fabcf61a8e20be (patch) | |
tree | c3f21a9c363b0b320e5678a69b1d847d733cb5ef /include/pcmcia | |
parent | 4c80c7bc583a87ded5f61906f81256b57c795806 (diff) | |
download | linux-stable-5b79bcdf03628a3a9ee04d9cd5fabcf61a8e20be.tar.gz linux-stable-5b79bcdf03628a3a9ee04d9cd5fabcf61a8e20be.tar.bz2 linux-stable-5b79bcdf03628a3a9ee04d9cd5fabcf61a8e20be.zip |
bpftool: Don't crash on missing jited insns or ksyms
When the kptr_restrict sysctl is set, the kernel can fail to return
jited_ksyms or jited_prog_insns, but still have positive values in
nr_jited_ksyms and jited_prog_len. This causes bpftool to crash when
trying to dump the program because it only checks the len fields not
the actual pointers to the instructions and ksyms.
Fix this by adding the missing checks.
Fixes: 71bb428fe2c1 ("tools: bpf: add bpftool")
Fixes: f84192ee00b7 ("tools: bpftool: resolve calls without using imm field")
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Link: https://lore.kernel.org/bpf/20191210181412.151226-1-toke@redhat.com
Diffstat (limited to 'include/pcmcia')
0 files changed, 0 insertions, 0 deletions