]> asedeno.scripts.mit.edu Git - linux.git/commit
tools: bpf: handle NULL return in bpf_prog_load_xattr()
authorJakub Kicinski <jakub.kicinski@netronome.com>
Thu, 10 May 2018 17:09:34 +0000 (10:09 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 10 May 2018 22:20:53 +0000 (00:20 +0200)
commit3597683c9da602b0440c5f742d64fa5da79cc026
treecd55db015c4b8b31ceadaae3dc05b9e8dba9f00f
parent26aeb9daa02cd37178321cf915efd3d5eb8b0511
tools: bpf: handle NULL return in bpf_prog_load_xattr()

bpf_object__open() can return error pointer as well as NULL.
Fix error handling in bpf_prog_load_xattr() (and indirectly
bpf_prog_load()).

Fixes: 6f6d33f3b3d0 ("bpf: selftests add sockmap tests")
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/lib/bpf/libbpf.c