commit | f4d0706cde27f29ff89e6bf94ded4113f8fe6e80 | [log] [tgz] |
---|---|---|
author | Changbin Du <changbin.du@intel.com> | Tue Jan 16 17:02:30 2018 +0800 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Tue Jan 23 15:57:28 2018 -0500 |
tree | 5cd8ddafa8948c8f64fb52c88d61f85d2d773cb7 | |
parent | 76638d96502744b0d593f2386b75ae5a017c13bb [diff] |
tracing: Make sure the parsed string always terminates with '\0' Always mark the parsed string with a terminated nul '\0' character. This removes the need for the users to have to append the '\0' before using the parsed string. Link: http://lkml.kernel.org/r/1516093350-12045-4-git-send-email-changbin.du@intel.com Acked-by: Namhyung Kim <namhyung@kernel.org> Signed-off-by: Changbin Du <changbin.du@intel.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>