umlaeute / v4l2loopback

v4l2-loopback device
GNU General Public License v2.0
3.69k stars 523 forks source link

mutex lock access to outbufs_list in vidioc_dqbuf #533

Closed mzihlmann closed 1 year ago

mzihlmann commented 1 year ago

this is the minimal fix that resolves the kernel panic described in the issue. However, its certainly not complete.

closes https://github.com/umlaeute/v4l2loopback/issues/532

mzihlmann commented 1 year ago

apparently this fixes the kernel panic by simply freezing the output :facepalm: ill try further to get it working properly