Re: [PATCH] dyndbg: fix use before null check

2020-12-09 Thread Greg Kroah-Hartman
On Mon, Nov 23, 2020 at 11:43:34AM -0700, Jim Cromie wrote: > commit a2d375eda771 ("dyndbg: refine export, rename to > dynamic_debug_exec_queries()") > > Above commit copies a string before checking for null pointer, fix > this, and add a pr_err. Also trim comment, and add return val info. The

[PATCH] dyndbg: fix use before null check

2020-11-23 Thread Jim Cromie
commit a2d375eda771 ("dyndbg: refine export, rename to dynamic_debug_exec_queries()") Above commit copies a string before checking for null pointer, fix this, and add a pr_err. Also trim comment, and add return val info. Fixes: a2d375eda771 Cc: sta...@vger.kernel.org Signed-off-by: Jim Cromie