Files
linux-stable-mirror/arch/mips
Xiaoke Wang 9b7f321106 MIPS: lantiq: check the return value of kzalloc()
[ Upstream commit 34123208bb ]

kzalloc() is a memory allocation function which can return NULL when
some internal memory errors happen. So it is better to check the
return value of it to prevent potential wrong memory access or
memory leak.

Signed-off-by: Xiaoke Wang <xkernel.wang@foxmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-05-25 09:17:54 +02:00
..
2021-11-26 10:39:10 +01:00
2021-08-12 13:22:07 +02:00