tracing/uprobes: Check the return value of kstrdup() for tu->filename
authorXiaoke Wang <xkernel.wang@foxmail.com>
Tue, 14 Dec 2021 01:28:02 +0000 (09:28 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 13 Jan 2022 21:23:04 +0000 (16:23 -0500)
commit8c7224245557707c613f130431cafbaaa4889615
tree18eebe9541c5bb5d5f6783a2776747cb892cf5b9
parent289e7b0f7eb47b87a0441e6c81336316f301eb39
tracing/uprobes: Check the return value of kstrdup() for tu->filename

kstrdup() returns NULL when some internal memory errors happen, it is
better to check the return value of it so to catch the memory error in
time.

Link: https://lkml.kernel.org/r/tencent_3C2E330722056D7891D2C83F29C802734B06@qq.com
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Fixes: 33ea4b24277b ("perf/core: Implement the 'perf_uprobe' PMU")
Signed-off-by: Xiaoke Wang <xkernel.wang@foxmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_uprobe.c