OSDN Git Service

tracing: Change trace event sample to use strlcpy instead of strncpy
authorZhao Hongjiang <zhaohongjiang@huawei.com>
Thu, 20 Jun 2013 11:05:40 +0000 (19:05 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 1 Jul 2014 11:13:33 +0000 (07:13 -0400)
commitd8fae2f64433cbe7f0389f965081348272b61ff9
tree96876cac1d8b42772d6135e199fc6e88acb36bcb
parent9674b2fadab636b1fe27b282f9a9fa0f9d8c9839
tracing: Change trace event sample to use strlcpy instead of strncpy

Strings should be copied with strlcpy instead of strncpy when they will
later be printed via %s. This guarantees that they terminate with a
NUL '\0' character and do not run pass the end of the allocated string.

This is only for sample code, but it should stil represent a good
role model.

Link: http://lkml.kernel.org/p/51C2E204.1080501@huawei.com
Signed-off-by: Zhao Hongjiang <zhaohongjiang@huawei.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
samples/trace_events/trace-events-sample.h