tracing/uprobe_event: Fix strncpy corner case
authorMasami Hiramatsu <mhiramat@kernel.org>
Tue, 10 Apr 2018 12:20:08 +0000 (21:20 +0900)
committerSasha Levin <alexander.levin@microsoft.com>
Wed, 23 May 2018 01:36:40 +0000 (21:36 -0400)
commit204663f60b89317b732cb4368084a0d6975d6060
tree35d90050c0e75774024750d4fc08ebcf795abe2e
parent6fd6f19ff8d7e5c988028c5cbe0bb0fc421511a8
tracing/uprobe_event: Fix strncpy corner case

[ Upstream commit 50268a3d266ecfdd6c5873d62b2758d9732fc598 ]

Fix string fetch function to terminate with NUL.
It is OK to drop the rest of string.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Song Liu <songliubraving@fb.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: security@kernel.org
Cc: 范龙飞 <long7573@126.com>
Fixes: 5baaa59ef09e ("tracing/probes: Implement 'memory' fetch method for uprobes")
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
kernel/trace/trace_uprobe.c