diff options
author | 2020-08-06 07:33:59 +0900 | |
---|---|---|
committer | 2020-08-06 16:47:00 -0700 | |
commit | 932ac54a3e59335a847f7682b5124a788ab3c798 (patch) | |
tree | 6e3d312032e3716fed044334c235458d93d79bab /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'bpf_iter-uapi-fix' (diff) | |
download | wireguard-linux-932ac54a3e59335a847f7682b5124a788ab3c798.tar.xz wireguard-linux-932ac54a3e59335a847f7682b5124a788ab3c798.zip |
libbf: Fix uninitialized pointer at btf__parse_raw()
Recently, from commit 94a1fedd63ed ("libbpf: Add btf__parse_raw() and
generic btf__parse() APIs"), new API has been added to libbpf that
allows to parse BTF from raw data file (btf__parse_raw()).
The commit derives build failure of samples/bpf due to improper access
of uninitialized pointer at btf_parse_raw().
btf.c: In function btf__parse_raw:
btf.c:625:28: error: btf may be used uninitialized in this function
625 | return err ? ERR_PTR(err) : btf;
| ~~~~~~~~~~~~~~~~~~~^~~~~
This commit fixes the build failure of samples/bpf by adding code of
initializing btf pointer as NULL.
Fixes: 94a1fedd63ed ("libbpf: Add btf__parse_raw() and generic btf__parse() APIs")
Signed-off-by: Daniel T. Lee <danieltimlee@gmail.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: John Fastabend <john.fastabend@gmail.com>
Link: https://lore.kernel.org/bpf/20200805223359.32109-1-danieltimlee@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions