diff options
author | Yuntao Wang <ytcoode@gmail.com> | 2022-04-04 08:53:20 +0800 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2022-04-03 19:56:01 -0700 |
commit | e93f39998d8f8ed456dfbb4ca68f9a159906cc6f (patch) | |
tree | 2d6f3af729a40046500f17db7d3a589331d241aa /samples | |
parent | 88d01a57113a361c1e62abaeed0563745d637888 (diff) | |
download | linux-e93f39998d8f8ed456dfbb4ca68f9a159906cc6f.tar.gz linux-e93f39998d8f8ed456dfbb4ca68f9a159906cc6f.tar.bz2 linux-e93f39998d8f8ed456dfbb4ca68f9a159906cc6f.zip |
libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)
Since core relos is an optional part of the .BTF.ext ELF section, we should
skip parsing it instead of returning -EINVAL if header size is less than
offsetofend(struct btf_ext_header, core_relo_len).
Signed-off-by: Yuntao Wang <ytcoode@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20220404005320.1723055-1-ytcoode@gmail.com
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions