Re: [PATCH 5/6] perf utils: null terminate buf in read_ftrace_printk()
From: Arnaldo Carvalho de Melo
Date: Mon Mar 27 2017 - 14:37:43 EST
Em Wed, Mar 22, 2017 at 03:06:23PM +0200, Tommi Rantala escreveu:
> Ensure that the string that we read from the data file is null terminated.
>
> Valgrind was complaining:
Thanks, applied.
- Arnaldo