mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-04 16:50:02 +00:00
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> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| m5602_bridge.h | ||
| m5602_core.c | ||
| m5602_mt9m111.c | ||
| m5602_mt9m111.h | ||
| m5602_ov7660.c | ||
| m5602_ov7660.h | ||
| m5602_ov9650.c | ||
| m5602_ov9650.h | ||
| m5602_po1030.c | ||
| m5602_po1030.h | ||
| m5602_s5k4aa.c | ||
| m5602_s5k4aa.h | ||
| m5602_s5k83a.c | ||
| m5602_s5k83a.h | ||
| m5602_sensor.h | ||
| Makefile | ||