aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDinghao Liu <[email protected]>2023-11-27 11:47:10 +0800
committerHerbert Xu <[email protected]>2023-12-08 11:45:27 +0800
commita1c95dd5bc1d6a5d7a75a376c2107421b7d6240d (patch)
treea8db646d50d802d88f695cf9d04b8aadfed21385 /tools/perf/scripts/python
parentce852f1308ac738e61c5b2502517deea593a1554 (diff)
crypto: ccp - fix memleak in ccp_init_dm_workarea
When dma_map_single() fails, wa->address is supposed to be freed by the callers of ccp_init_dm_workarea() through ccp_dm_free(). However, many of the call spots don't expect to have to call ccp_dm_free() on failure of ccp_init_dm_workarea(), which may lead to a memleak. Let's free wa->address in ccp_init_dm_workarea() when dma_map_single() fails. Fixes: 63b945091a07 ("crypto: ccp - CCP device driver and interface support") Signed-off-by: Dinghao Liu <[email protected]> Acked-by: Tom Lendacky <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions