Ed Maste b9a1516254 linux-v4l2: avoid OOB write
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.
2020-11-01 20:47:35 -08:00
..
2019-06-23 23:49:10 -07:00
2019-06-23 23:49:10 -07:00
2020-09-27 00:08:48 -07:00
2020-11-01 20:47:35 -08:00
2019-06-23 23:49:10 -07:00