linux-stable/drivers/iio/dummy
Xiaoke Wang 8caa4b7d41 iio: dummy: iio_simple_dummy: check the return value of kstrdup()
[ Upstream commit ba93642188 ]

kstrdup() is also a memory allocation-related function, it returns NULL
when some memory errors happen. So it is better to check the return
value of it so to catch the memory error in time. Besides, there should
have a kfree() to clear up the allocation if we get a failure later in
this function to prevent memory leak.

Signed-off-by: Xiaoke Wang <xkernel.wang@foxmail.com>
Link: https://lore.kernel.org/r/tencent_C920CFCC33B9CC1C63141FE1334A39FF8508@qq.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-06-14 18:32:41 +02:00
..
iio_dummy_evgen.c
iio_dummy_evgen.h
iio_simple_dummy.c
iio_simple_dummy.h
iio_simple_dummy_buffer.c
iio_simple_dummy_events.c
Kconfig
Makefile