commit | 2b40386774831c9617325ca8940fb3c270cbb086 | [log] [tgz] |
---|---|---|
author | Tianjia Zhang <tianjia.zhang@linux.alibaba.com> | Mon Sep 21 00:20:59 2020 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Sep 25 17:48:54 2020 +1000 |
tree | fd5ffe947839c62b0c9fb67f8970ba157a25a389 | |
parent | a1f62c217d9c371187dd14d2e1370923aae58994 [diff] |
crypto: testmgr - Fix potential memory leak in test_akcipher_one() When the 'key' allocation fails, the 'req' will not be released, which will cause memory leakage on this path. This patch adds a 'free_req' tag used to solve this problem, and two new err values are added to reflect the real reason of the error. Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>