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
..
2020-09-27 23:07:27 +02:00
2020-09-27 23:07:27 +02:00
2020-11-01 20:47:35 -08:00
2020-09-27 23:07:27 +02:00
2020-09-27 23:07:27 +02:00
2020-09-27 23:07:27 +02:00