diff options
author | Gu Shengxian <[email protected]> | 2021-07-05 18:35:43 -0700 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2021-07-06 09:19:23 +0200 |
commit | bc832065b60f973771ff3e657214bb21b559833c (patch) | |
tree | 6012d60d732d9e6078196c6215922685876383cb /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 2620e92ae6ed83260eb46d214554cd308ee35d92 (diff) |
bpftool: Properly close va_list 'ap' by va_end() on error
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: aa52bcbe0e72 ("tools: bpftool: Fix json dump crash on powerpc")
Signed-off-by: Gu Shengxian <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Cc: Jiri Olsa <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions