commit | 8054d51f76c8da880115ffba6189b0efd7a5b5ba | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Thu Feb 28 15:31:21 2019 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri Mar 01 01:31:47 2019 +0100 |
tree | b3c8c179f0c48a9592c5c3e5d3d72a23f60f81ae | |
parent | 3d8669e63751b7a3f8fac109cd350c5f6c14e3e1 [diff] |
selftests/bpf: fix btf_dedup testing code btf_dedup testing code doesn't account for length of struct btf_header when calculating the start of a string section. This patch fixes this problem. Fixes: 49b57e0d01db ("tools/bpf: remove btf__get_strings() superseded by raw data API") Signed-off-by: Andrii Nakryiko <andriin@fb.com> Acked-by: Song Liu <songliubraving@fb.com> Acked-by: Yonghong Song <yhs@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>