]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] v4l: ti-vpe: zero out reserved fields in try_fmt
authorArchit Taneja <archit@ti.com>
Mon, 10 Mar 2014 07:19:02 +0000 (04:19 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Mon, 7 Apr 2014 12:43:32 +0000 (09:43 -0300)
commit92851f1cdbd082eb993847e1c4468f7de08765bb
tree318b85ceee05775d0d0521dccf19df9ae1413221
parent67fb87eec08a7705b0b8177095b1ef099a05b8c9
[media] v4l: ti-vpe: zero out reserved fields in try_fmt

Zero out the reserved formats in v4l2_pix_format_mplane and
v4l2_plane_pix_format members of the returned v4l2_format pointer when passed
through TRY_FMT ioctl.

This ensures that the user doesn't interpret the non-zero fields as some data
passed by the driver, and ensures compliance.

Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/ti-vpe/vpe.c