]> git.itanic.dy.fi Git - linux-stable/commit
hwmon: (asus-ec-sensors) Add checks for devm_kcalloc
authorYuan Can <yuancan@huawei.com>
Fri, 25 Nov 2022 01:43:29 +0000 (01:43 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Dec 2022 10:30:18 +0000 (11:30 +0100)
commita41ec58ac352fd176d5808af847663dc890f6053
tree002a796bff058b8ce7cc333fc28702325d863a3f
parentf598da27acbeee414679cacd14294db3e273e3d2
hwmon: (asus-ec-sensors) Add checks for devm_kcalloc

[ Upstream commit 9bdc112be727cf1ba65be79541147f960c3349d8 ]

As the devm_kcalloc may return NULL, the return value needs to be checked
to avoid NULL poineter dereference.

Fixes: d0ddfd241e57 ("hwmon: (asus-ec-sensors) add driver for ASUS EC")
Signed-off-by: Yuan Can <yuancan@huawei.com>
Link: https://lore.kernel.org/r/20221125014329.121560-1-yuancan@huawei.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hwmon/asus-ec-sensors.c