Skip to content
Commit 75761cc1 authored by Chen Gang's avatar Chen Gang Committed by Ingo Molnar
Browse files

ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()



For NUL terminated string we always need to set '\0' at the end.

Signed-off-by: default avatarChen Gang <gang.chen@asianux.com>
Cc: rostedt@goodmis.org
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Link: http://lkml.kernel.org/r/516243B7.9020405@asianux.com
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 67012ab1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment