]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
perf top: Fix error handling in cmd_top()
authorChangbin Du <changbin.du@gmail.com>
Sat, 16 Mar 2019 08:05:48 +0000 (16:05 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 27 Apr 2019 07:30:28 +0000 (09:30 +0200)
commit43eaf04034224613e4653a9c2bf2e10bbb3103a2
tree6440a63eee530bf2908a7a6e8a169e469e535a7e
parent742007f6898ab0167e99af95ced014a0fc0aa417
perf top: Fix error handling in cmd_top()

[ Upstream commit 70c819e4bf1c5f492768b399d898d458ccdad2b6 ]

We should go to the cleanup path, to avoid leaks, detected using gcc's
ASan.

Signed-off-by: Changbin Du <changbin.du@gmail.com>
Reviewed-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt (VMware) <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/20190316080556.3075-9-changbin.du@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/perf/builtin-top.c