summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorXiaoliang Pang <dawning.pang@gmail.com>2020-09-14 06:00:51 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2020-09-25 10:48:12 +0300
commit228d284aac61283cde508a925d666f854b57af63 (patch)
tree4a510d946653992fbe4496e958c1e5bb800e3689 /include/linux
parent406346d2227854bd9a5abdf07ef3d45d0de85a3e (diff)
downloadlinux-228d284aac61283cde508a925d666f854b57af63.tar.xz
cypto: mediatek - fix leaks in mtk_desc_ring_alloc
In the init loop, if an error occurs in function 'dma_alloc_coherent', then goto the err_cleanup section, after run i--, in the array ring, the struct mtk_ring with index i will not be released, causing memory leaks Fixes: 785e5c616c849 ("crypto: mediatek - Add crypto driver support for some MediaTek chips") Cc: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Xiaoliang Pang <dawning.pang@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions