Re: [PATCH] perf trace: Ensure read cmdlines are null terminated.

2021-03-02 Thread Arnaldo Carvalho de Melo
Em Mon, Mar 01, 2021 at 04:50:50PM +0900, Namhyung Kim escreveu: > Hi Ian, > > On Sat, Feb 27, 2021 at 7:14 AM Ian Rogers wrote: > > > > Issue detected by address sanitizer. > > > > Fixes: cd4ceb63438e (perf util: Save pid-cmdline mapping into tracing > > header) > > Signed-off-by: Ian Rogers >

Re: [PATCH] perf trace: Ensure read cmdlines are null terminated.

2021-02-28 Thread Namhyung Kim
Hi Ian, On Sat, Feb 27, 2021 at 7:14 AM Ian Rogers wrote: > > Issue detected by address sanitizer. > > Fixes: cd4ceb63438e (perf util: Save pid-cmdline mapping into tracing header) > Signed-off-by: Ian Rogers Acked-by: Namhyung Kim Thanks, Namhyung > --- > tools/perf/util/trace-event-read.c

[PATCH] perf trace: Ensure read cmdlines are null terminated.

2021-02-26 Thread Ian Rogers
Issue detected by address sanitizer. Fixes: cd4ceb63438e (perf util: Save pid-cmdline mapping into tracing header) Signed-off-by: Ian Rogers --- tools/perf/util/trace-event-read.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/perf/util/trace-event-read.c b/tools/perf/util/trace-even