]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net/qla3xxx: fix potential memleak in ql_alloc_buffer_queues
authorDinghao Liu <dinghao.liu@zju.edu.cn>
Wed, 27 Dec 2023 07:02:27 +0000 (15:02 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Jan 2024 16:10:25 +0000 (17:10 +0100)
commit0af75845ff5e62370b602752b100740eff08ecc1
treeb4fea5bfc76ab8857185666c751e272a7151f3b0
parent9b050429223739135467038d092d2d40139799bb
net/qla3xxx: fix potential memleak in ql_alloc_buffer_queues

[ Upstream commit 89f45c30172c80e55c887f32f1af8e184124577b ]

When dma_alloc_coherent() fails, we should free qdev->lrg_buf
to prevent potential memleak.

Fixes: 1357bfcf7106 ("qla3xxx: Dynamically size the rx buffer queue based on the MTU.")
Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn>
Link: https://lore.kernel.org/r/20231227070227.10527-1-dinghao.liu@zju.edu.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/qlogic/qla3xxx.c