mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
11609a7e21
If a process is interrupted while accessing the video device and the
device lock is contended, release() could return early and fail to free
related resources.
Note that the return value of the v4l2 release file operation is
ignored.
Fixes:
|
||
---|---|---|
.. | ||
bdisp-debug.c | ||
bdisp-filter.h | ||
bdisp-hw.c | ||
bdisp-reg.h | ||
bdisp-v4l2.c | ||
bdisp.h | ||
Makefile |