Activity log
- Created & dismissed (max. allowed matches exceeded) suggestion
media: video-i2c: fix kthread error pointer left in kthread_vid_cap on failure
In the Linux kernel, the following vulnerability has been resolved: media: video-i2c: fix kthread error pointer left in kthread_vid_cap on failure kthread_run() returns an ERR_PTR on failure, not NULL. When start_streaming() fails, data->kthread_vid_cap is left holding this error pointer instead of being cleared. This causes two subsequent bugs: 1. A future call to start_streaming() sees a non-NULL kthread_vid_cap and returns 0 (success) immediately, without actually starting the capture thread. 2. A call to stop_streaming() checks 'kthread_vid_cap == NULL' which is false for an error pointer, and proceeds to call kthread_stop() on the error pointer, leading to a kernel crash. Fix this by resetting kthread_vid_cap to NULL on failure before jumping to the error path.
References
Affected products
- =<7.2.*
- <0e7f2cd72a4f9268ee09a13b13f3339e7cc71557
- <db0f4531aa55cfb0171684ebfffe3ff04b79d5a8
- =<6.6.*
- =<6.12.*
- <0fac63cac6689588da530764ccb6ba55ee8e4d8b
- =<5.15.*
- =<6.18.*
- =<*
- <52fd9d80c0cea7bf09e7ee36cad316e5c39b7fe6
- =<6.1.*
- <5c35d380bea60503c4fe0986fe1de6a3263282b3
- <968c5213e34c48d35febdfd09cf3dc58ad039140
- =<5.10.*
- <3d1b10d81fe54852ed953f4129577b733bbd6907
- <76e379754ba618989f6215be608d5c04774a611d
- <4.18
- ==4.18