Skip to content
Commit 27bbd23f authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Krzysztof Kozlowski
Browse files

ARM: EXYNOS: Fix potentian kfree() of ro memory



The change fixes a bug introduced by 2be2a3ff, memory allocated
by kstrdup_const() must be always deallocated with kfree_const(),
otherwise there is a risk of kfree'ing ro memory in power domain error
exit path.

Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>
Cc: <stable@vger.kernel.org>
Fixes: 2be2a3ff ("ARM: EXYNOS: register power domain driver from core_initcall")
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
parent d770e558
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment