[PATCH v1 0/4] Segv and RC checking fixes

From: Ian Rogers
Date: Tue May 07 2024 - 23:53:18 EST


Resolve issues found with address and leak sanitizer by running 'perf
top' and 'perf mem'.

Ian Rogers (4):
perf ui browser: Avoid segv on title
perf comm: Fix comm_str__put for reference count checking
perf report: Avoid segv in report__setup_sample_type
perf thread: Fixes to thread__new

tools/perf/builtin-report.c | 2 +-
tools/perf/ui/browser.c | 2 +-
tools/perf/util/comm.c | 45 +++++++++++++++++++++++++------------
tools/perf/util/thread.c | 14 +++++-------
4 files changed, 38 insertions(+), 25 deletions(-)

--
2.45.0.rc1.225.g2a3ae87e7f-goog