Re: [PATCH] tracing/uprobe: Replace strlcpy() with strscpy()
ple's change, should I ask you to pick this to your tree? Since it is a kind of a part of series patch. I'm OK for it since this does not change the code so much. In that case, please feel free to add my Ack. Acked-by: Masami Hiramatsu (Google) Thank you, > --- > kernel/trace/
Re: [PATCH] tracing/uprobe: Replace strlcpy() with strscpy()
strscpy(dst, current->comm, maxlen); > else > ret = strncpy_from_user(dst, src, maxlen); > if (ret >= 0) { > -- > 2.34.1 > -- Masami Hiramatsu (Google)