Files
linux/kernel
Zhen Lei f4c7c95e3e workqueue: Fix possible memory leaks in wq_numa_init()
[ Upstream commit f728c4a9e8 ]

In error handling branch "if (WARN_ON(node == NUMA_NO_NODE))", the
previously allocated memories are not released. Doing this before
allocating memory eliminates memory leaks.

tj: Note that the condition only occurs when the arch code is pretty broken
and the WARN_ON might as well be BUG_ON().

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Reviewed-by: Lai Jiangshan <jiangshanlai@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-09-18 13:40:23 +02:00
..
2021-04-14 08:41:58 +02:00
2021-09-15 09:50:28 +02:00
2020-08-26 09:10:39 -04:00
2021-07-19 09:44:59 +02:00
2020-08-12 10:58:02 -07:00
2020-11-14 11:26:04 -08:00
2020-07-27 14:31:12 -04:00