aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/cyc_complexity_plugin.c
diff options
context:
space:
mode:
authorGustavo A. R. Silva <[email protected]>2020-02-05 16:34:04 -0600
committerSteven Rostedt (VMware) <[email protected]>2020-02-10 12:07:42 -0500
commit10f129cb59cf6b4aee419ce4b1325fc532d975fb (patch)
tree3e1da8346794e91a61869d7dfe63a12cf36e8e37 /scripts/gcc-plugins/cyc_complexity_plugin.c
parent26445f98ead38b90423a2deffce2caa3b97a3d78 (diff)
tracing/kprobe: Fix uninitialized variable bug
There is a potential execution path in which variable *ret* is returned without being properly initialized, previously. Fix this by initializing variable *ret* to 0. Link: http://lkml.kernel.org/r/20200205223404.GA3379@embeddedor Addresses-Coverity-ID: 1491142 ("Uninitialized scalar variable") Fixes: 2a588dd1d5d6 ("tracing: Add kprobe event command generation functions") Reviewed-by: Tom Zanussi <[email protected]> Acked-by: Masami Hiramatsu <[email protected]> Signed-off-by: Gustavo A. R. Silva <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions