linux/drivers/media/usb/gspca/m5602
Pan Bian 13174c388a [media] m5602_s5k83a: check return value of kthread_create
Function kthread_create() returns an ERR_PTR on error. However, in
function s5k83a_start(), its return value is used without validation.
This may result in a bad memory access bug. This patch fixes the bug.

Signed-off-by: Pan Bian <bianpan2016@163.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-06-06 07:28:36 -03:00
..
Kconfig
m5602_bridge.h m5602_core: move skeletons to the .c file 2016-06-24 09:35:15 -03:00
m5602_core.c [media] gspca: don't break long lines 2016-10-21 09:41:37 -02:00
m5602_mt9m111.c m5602_mt9m111: move skeletons to the .c file 2016-06-24 09:35:24 -03:00
m5602_mt9m111.h m5602_mt9m111: move skeletons to the .c file 2016-06-24 09:35:24 -03:00
m5602_ov7660.c m5602_ov7660: move skeletons to the .c file 2016-06-24 09:37:43 -03:00
m5602_ov7660.h m5602_ov7660: move skeletons to the .c file 2016-06-24 09:37:43 -03:00
m5602_ov9650.c m5602_ov9650: move skeletons to the .c file 2016-06-24 09:35:35 -03:00
m5602_ov9650.h m5602_ov9650: move skeletons to the .c file 2016-06-24 09:35:35 -03:00
m5602_po1030.c m5602_po1030: move skeletons to the .c file 2016-06-24 09:36:43 -03:00
m5602_po1030.h m5602_po1030: move skeletons to the .c file 2016-06-24 09:36:43 -03:00
m5602_s5k4aa.c m5602_s5k4aa: move skeletons to the .c file 2016-06-24 09:35:21 -03:00
m5602_s5k4aa.h m5602_s5k4aa: move skeletons to the .c file 2016-06-24 09:35:21 -03:00
m5602_s5k83a.c [media] m5602_s5k83a: check return value of kthread_create 2017-06-06 07:28:36 -03:00
m5602_s5k83a.h m5602_s5k83a: move skeletons to the .c file 2016-06-24 09:35:43 -03:00
m5602_sensor.h [media] gscpa_m5602: Convert to the control framework 2013-03-05 15:10:27 -03:00
Makefile