diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2017-07-12 10:35:57 +0300 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2017-07-12 09:48:31 -0400 |
commit | 2e028c4fe12907f226b8221815f16c2486ad3aa7 (patch) | |
tree | 53592d82268bcb682d6d9d16c8d3dc11216dde3d /scripts/namespace.pl | |
parent | 44925dfff05fd1a897992d278b15a6b6b55e79a7 (diff) | |
download | linux-next-2e028c4fe12907f226b8221815f16c2486ad3aa7.tar.gz |
ftrace: Fix uninitialized variable in match_records()
My static checker complains that if "func" is NULL then "clear_filter"
is uninitialized. This seems like it could be true, although it's
possible something subtle is happening that I haven't seen.
kernel/trace/ftrace.c:3844 match_records()
error: uninitialized symbol 'clear_filter'.
Link: http://lkml.kernel.org/r/20170712073556.h6tkpjcdzjaozozs@mwanda
Cc: stable@vger.kernel.org
Fixes: f0a3b154bd7 ("ftrace: Clarify code for mod command")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'scripts/namespace.pl')
0 files changed, 0 insertions, 0 deletions