Skip to content
Snippets Groups Projects
Commit f0dd2731 authored by Zhipeng Lu's avatar Zhipeng Lu Committed by Sasha Levin
Browse files

wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()


[ Upstream commit 5f0e4aed ]

In the for statement of lbs_allocate_cmd_buffer(), if the allocation of
cmdarray[i].cmdbuf fails, both cmdarray and cmdarray[i].cmdbuf needs to
be freed. Otherwise, there will be memleaks in lbs_allocate_cmd_buffer().

Fixes: 876c9d3a ("[PATCH] Marvell Libertas 8388 802.11b/g USB driver")
Signed-off-by: default avatarZhipeng Lu <alexious@zju.edu.cn>
Signed-off-by: default avatarKalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20240126075336.2825608-1-alexious@zju.edu.cn


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 7d4b47f2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment