mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-04 14:46:09 -05: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.