summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorVakul Garg <vakul.garg@nxp.com>2018-09-24 13:39:49 +0300
committerDavid S. Miller <davem@davemloft.net>2018-09-24 22:24:52 +0300
commit4128c0cfb1d74cb1fa2a2fb6824348b349d30f04 (patch)
treeeff037f4f01dd804bbb808073658d184765d5b31 /tools/perf/scripts/python/export-to-sqlite.py
parent9932a29ab1be1427a2ccbdf852a0f131f2849685 (diff)
downloadlinux-4128c0cfb1d74cb1fa2a2fb6824348b349d30f04.tar.xz
tls: Fixed uninitialised vars warning
In tls_sw_sendmsg() and tls_sw_sendpage(), it is possible that the uninitialised variable 'ret' gets passed to sk_stream_error(). So initialise local variable 'ret' to '0. The warnings were detected by 'smatch' tool. Fixes: a42055e8d2c3 ("net/tls: Add support for async encryption") Signed-off-by: Vakul Garg <vakul.garg@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions