WSL2-Linux-Kernel/drivers/iio/dummy
Xiaoke Wang 9f9ed31de4 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:36:19 +02:00
..
Kconfig iio: dummy: Fix build error when CONFIG_IIO_TRIGGERED_BUFFER is not set 2021-06-13 17:00:17 +01:00
Makefile
iio_dummy_evgen.c
iio_dummy_evgen.h
iio_simple_dummy.c iio: dummy: iio_simple_dummy: check the return value of kstrdup() 2022-06-14 18:36:19 +02:00
iio_simple_dummy.h
iio_simple_dummy_buffer.c
iio_simple_dummy_events.c