Files
twx-linux/kernel
Dan Carpenter 198bd494ce ftrace: Fix uninitialized variable in match_records()
commit 2e028c4fe1 upstream.

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

Fixes: f0a3b154bd ("ftrace: Clarify code for mod command")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-07-27 15:08:03 -07:00
..
…
…
…
…
…
…
…
…
2017-06-14 15:06:00 +02:00
…
…
…
…
…
…
…
…
…
2017-05-20 14:28:40 +02:00
2017-07-05 14:40:24 +02:00
…
…
…
…
…
…
…
…
…
…
…
…
2016-10-07 18:46:30 -07:00
…
…
…