commit | 3886d5e1354f02cd0a6723052e098fc0415f7e92 | [log] [tgz] |
---|---|---|
author | Peng Xu <pxu@codeaurora.org> | Thu Oct 25 17:10:26 2018 -0700 |
committer | Jouni Malinen <jouni@codeaurora.org> | Tue Oct 30 00:02:40 2018 +0200 |
tree | c63f74340cd2c68c58bf0a4c2faa520d3d58c9d2 | |
parent | e926583bf1d4b67792b6ff714525076fb2810215 [diff] |
traffic_stop_iperf: Fix uninitialized variable usage issue In parsing iperf results, variable summary_buf would have been used without initialization if there was no expected result lines. Fix this by initializing it to an empty string. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>