Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: tcrypt - Fix multibuffer skcipher speed test mem leak
In the past, the data for mb-skcipher test has been allocated twice, that means the first allcated memory area is without free, which may cause a potential memory leakage. So this patch is to remove one allocation to fix this error. Fixes: e161c59 ("crypto: tcrypt - add multibuf skcipher...") Signed-off-by: Zhang Yiqun <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information