diff options
author | 2014-04-21 20:47:05 +0200 | |
---|---|---|
committer | 2014-04-28 18:21:18 +0800 | |
commit | 6af1f93e2a0192fb1efbe82a5fef53d71cbe218b (patch) | |
tree | 4a293e06c5bfc608fcaea36108ae2edf3feecb2e /tools/perf/scripts/python | |
parent | crypto: tcrypt - Fix potential leak in test_aead_speed() if crypto_alloc_aead() fails (diff) | |
download | linux-dev-6af1f93e2a0192fb1efbe82a5fef53d71cbe218b.tar.xz linux-dev-6af1f93e2a0192fb1efbe82a5fef53d71cbe218b.zip |
crypto: tcrypt - Fix leak of struct aead_request in test_aead_speed()
Fix leakage of memory for struct aead_request that is allocated via
aead_request_alloc() but not released via aead_request_free().
Reported by Coverity - CID 1163869.
Signed-off-by: Christian Engelmayer <cengelma@gmx.at>
Reviewed-by: Marek Vasut <marex@denx.de>
Acked-by: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions