diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-09-28 00:36:27 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2018-09-28 06:11:11 +0300 |
commit | 940c620d6af8fca7d115de40f19870fba415efac (patch) | |
tree | 8a54a9e18eaa4ccfb6687c22880407a16f4af879 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | f0beb4ba9b185d497c8efe7b349363700092aee0 (diff) | |
download | linux-940c620d6af8fca7d115de40f19870fba415efac.tar.xz |
rpmsg: smd: fix memory leak on channel create
Currently a failed allocation of channel->name leads to an
immediate return without freeing channel. Fix this by setting
ret to -ENOMEM and jumping to an exit path that kfree's channel.
Detected by CoverityScan, CID#1473692 ("Resource Leak")
Fixes: 53e2822e56c7 ("rpmsg: Introduce Qualcomm SMD backend")
Cc: stable@vger.kernel.org
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions