Commit a0a9d14
perf test: Free formats for perf pmu parse test
[ Upstream commit d26383d ]
The following leaks were detected by ASAN:
Indirect leak of 360 byte(s) in 9 object(s) allocated from:
#0 0x7fecc305180e in calloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10780e)
hardkernel#1 0x560578f6dce5 in perf_pmu__new_format util/pmu.c:1333
hardkernel#2 0x560578f752fc in perf_pmu_parse util/pmu.y:59
hardkernel#3 0x560578f6a8b7 in perf_pmu__format_parse util/pmu.c:73
hardkernel#4 0x560578e07045 in test__pmu tests/pmu.c:155
hardkernel#5 0x560578de109b in run_test tests/builtin-test.c:410
hardkernel#6 0x560578de109b in test_and_print tests/builtin-test.c:440
hardkernel#7 0x560578de401a in __cmd_test tests/builtin-test.c:661
hardkernel#8 0x560578de401a in cmd_test tests/builtin-test.c:807
hardkernel#9 0x560578e49354 in run_builtin /home/namhyung/project/linux/tools/perf/perf.c:312
hardkernel#10 0x560578ce71a8 in handle_internal_command /home/namhyung/project/linux/tools/perf/perf.c:364
hardkernel#11 0x560578ce71a8 in run_argv /home/namhyung/project/linux/tools/perf/perf.c:408
hardkernel#12 0x560578ce71a8 in main /home/namhyung/project/linux/tools/perf/perf.c:538
hardkernel#13 0x7fecc2b7acc9 in __libc_start_main ../csu/libc-start.c:308
Fixes: cff7f95 ("perf tests: Move pmu tests into separate object")
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lore.kernel.org/lkml/20200915031819.386559-12-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>1 parent fe2cdde commit a0a9d14
3 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1352 | 1352 | | |
1353 | 1353 | | |
1354 | 1354 | | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
1355 | 1366 | | |
1356 | 1367 | | |
1357 | 1368 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
0 commit comments