Skip to content
Commit 3cb392b6 authored by Haowen Bai's avatar Haowen Bai Committed by Greg Kroah-Hartman
Browse files

pinctrl: aspeed: Fix potential NULL dereference in aspeed_pinmux_set_mux()



[ Upstream commit 84a85d3f ]

pdesc could be null but still dereference pdesc->name and it will lead to
a null pointer access. So we move a null check before dereference.

Signed-off-by: default avatarHaowen Bai <baihaowen@meizu.com>
Link: https://lore.kernel.org/r/1650508019-22554-1-git-send-email-baihaowen@meizu.com


Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 0c6c7d57
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment