mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-16 21:47:45 -04:00
v4l2_outputparm includes unused fields, defined as __u32 reserved[4] Accesses to reserved[4] was out of bounds. Fix this and simplify by just zeroing the entire struct v4l2_streamparm instead.