diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-11-15 15:37:19 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-19 10:42:49 +0300 |
commit | 919ba939de1a2778376b41cba5163be7e76129d1 (patch) | |
tree | 47272621c57088096e1c1d160e829161c492ec59 /tools | |
parent | 90cf769aeb5a0a8bd9a24beafb83d97ee49002af (diff) | |
download | linux-919ba939de1a2778376b41cba5163be7e76129d1.tar.xz |
crypto: cavium - fix memory leak on info
[ Upstream commit 87aae50af730a28dc1d8846d86dca5e9aa724a9f ]
The object info is being leaked on an error return path, fix this
by setting ret to -ENOMEM and exiting via the request_cleanup path
that will free info.
Detected by CoverityScan, CID#1408439 ("Resource Leak")
Fixes: c694b233295b ("crypto: cavium - Add the Virtual Function driver for CPT")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions