diff options
author | 2022-08-24 07:57:33 -0700 | |
---|---|---|
committer | 2022-08-27 11:55:17 -0300 | |
commit | d72e5cf3cf69d4c68d3b54aea232451b0a8b69d3 (patch) | |
tree | 8e9361351a2af3014dfb2835395bb3e1d118fbf9 /scripts/generate_rust_analyzer.py | |
parent | perf record: Fix manpage formatting of description of support to hybrid systems (diff) | |
download | wireguard-linux-d72e5cf3cf69d4c68d3b54aea232451b0a8b69d3.tar.xz wireguard-linux-d72e5cf3cf69d4c68d3b54aea232451b0a8b69d3.zip |
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 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions