Commit b2a9ba69 authored by Yi Yang's avatar Yi Yang Committed by Greg Kroah-Hartman
Browse files

mtd: rawnand: intel: check return value of devm_kasprintf()



[ Upstream commit 74ac5b5e ]

devm_kasprintf() returns a pointer to dynamically allocated memory
which can be NULL upon failure. Ensure the allocation was successful by
checking the pointer validity.

Fixes: 0b1039f0 ("mtd: rawnand: Add NAND controller support on Intel LGM SoC")
Signed-off-by: default avatarYi Yang <yiyang13@huawei.com>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20231019065537.318391-1-yiyang13@huawei.com


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 8d02b6fb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment