Home
last modified time | relevance | path

Searched hist:"83540 fbc8812a580b6ad8f93f4c29e62e417687e" (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/trace/
H A Dtrace_event_perf.cdiff 83540fbc8812a580b6ad8f93f4c29e62e417687e Wed Feb 20 17:54:43 CET 2019 Jann Horn <jannh@google.com> tracing/perf: Use strndup_user() instead of buggy open-coded version

The first version of this method was missing the check for
`ret == PATH_MAX`; then such a check was added, but it didn't call kfree()
on error, so there was still a small memory leak in the error case.
Fix it by using strndup_user() instead of open-coding it.

Link: http://lkml.kernel.org/r/20190220165443.152385-1-jannh@google.com

Cc: Ingo Molnar <mingo@kernel.org>
Cc: stable@vger.kernel.org
Fixes: 0eadcc7a7bc0 ("perf/core: Fix perf_uprobe_init()")
Reviewed-by: Masami Hiramatsu <mhiramat@kernel.org>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Jann Horn <jannh@google.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>