Merge branch 'libbpf ELF sanity checking improvements'
authorAlexei Starovoitov <ast@kernel.org>
Wed, 3 Nov 2021 20:25:37 +0000 (13:25 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 3 Nov 2021 20:25:37 +0000 (13:25 -0700)
commitd6b973acd7566e326e22459e827ea9a871e85a7d
tree64263576d847b957e2aecf13e6a9438afa6b852d
parent8388092b2551f7ae34dad800ce828779f7c948c9
parentb7332d2820d394dd2ac127df1567b4da597355a1
Merge branch 'libbpf ELF sanity checking improvements'

Andrii Nakryiko says:

====================

Few patches fixing various issues discovered by oss-fuzz project fuzzing
bpf_object__open() call. Fixes are mostly focused around additional simple
sanity checks of ELF format: symbols, relos, etc.

v1->v2:
  - address Yonghong's feedback.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>