Skip to content
Commit 1c1857d4 authored by Xiaoke Wang's avatar Xiaoke Wang Committed by Steven Rostedt
Browse files

tracing/probes: check the return value of kstrndup() for pbuf

kstrndup() is a memory allocation-related function, it 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_4D6E270731456EB88712ED7F13883C334906@qq.com



Acked-by: default avatarMasami Hiramatsu <mhiramat@kernel.org>
Fixes: a42e3c4d

 ("tracing/probe: Add immediate string parameter support")
Signed-off-by: default avatarXiaoke Wang <xkernel.wang@foxmail.com>
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent 8c722424
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