diff options
author | Ian Rogers <irogers@google.com> | 2022-08-24 07:57:33 -0700 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2022-08-27 11:55:17 -0300 |
commit | d72e5cf3cf69d4c68d3b54aea232451b0a8b69d3 (patch) | |
tree | 8e9361351a2af3014dfb2835395bb3e1d118fbf9 /block/blk-mq-tag.c | |
parent | e89eaa611c7568d1288a2ccca88355a9434f2d47 (diff) | |
download | linux-d72e5cf3cf69d4c68d3b54aea232451b0a8b69d3.tar.bz2 |
perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=address
An array of strings is passed to cmd_record but not freed. As
cmd_record modifies the array, add another array as a copy that can be
mutated allowing the original array contents to all be freed.
Detected with -fsanitize=address.
Signed-off-by: Ian Rogers <irogers@google.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: https://lore.kernel.org/r/20220824145733.409005-1-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'block/blk-mq-tag.c')
0 files changed, 0 insertions, 0 deletions