Skip to content
Commit 17bc942c authored by Gu Shengxian's avatar Gu Shengxian Committed by Greg Kroah-Hartman
Browse files

bpftool: Properly close va_list 'ap' by va_end() on error



commit bc832065 upstream.

va_list 'ap' was opened but not closed by va_end() in error case. It should
be closed by va_end() before the return.

Fixes: aa52bcbe ("tools: bpftool: Fix json dump crash on powerpc")
Signed-off-by: default avatarGu Shengxian <gushengxian@yulong.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: https://lore.kernel.org/bpf/20210706013543.671114-1-gushengxian507419@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 84ed8340
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment