[PATCH 03/13] perf trace: Fix off by one string allocation problem

2017-08-21 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo We need to consider the null terminator, oops, fix it. Cc: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan

[PATCH 03/13] perf trace: Fix off by one string allocation problem

2017-08-21 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo We need to consider the null terminator, oops, fix it. Cc: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Fixes: 017037ff3d0b ("perf trace: Allow specifying list of syscalls and events in -e/--expr/--event") Link: