aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2022-11-17 11:59:14 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-11-22 13:20:13 +0100
commit357057ee55d3c99a5de5abe8150f7bca04f8e53b (patch)
tree42fa68c6a7c3b71dd8d051aed217d4b4eb8ae152 /tools/perf/scripts/python/stackcollapse.py
parentccdbe14b77a5e39496baf632e157f9daf322dd27 (diff)
staging: vme_user: Fix possible UAF in tsi148_dma_list_add
Smatch report warning as follows: drivers/staging/vme_user/vme_tsi148.c:1757 tsi148_dma_list_add() warn: '&entry->list' not removed from list In tsi148_dma_list_add(), the error path "goto err_dma" will not remove entry->list from list->entries, but entry will be freed, then list traversal may cause UAF. Fix by removeing it from list->entries before free(). Fixes: b2383c90a9d6 ("vme: tsi148: fix first DMA item mapping") Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> Link: https://lore.kernel.org/r/20221117035914.2954454-1-cuigaosheng1@huawei.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions