re: [media] v4l2-subdev: add support for the new edid ioctls

2012-09-26 Thread Dan Carpenter
Hi Hans, The patch ed45ce2cc0b3: [media] v4l2-subdev: add support for the new edid ioctls from Aug 10, 2012, needs an overflow check the same as the other cases in that switch statement. drivers/media/v4l2-core/v4l2-ioctl.c 2200 case VIDIOC_SUBDEV_G_EDID: 2201 case

Re: [media] v4l2-subdev: add support for the new edid ioctls

2012-09-26 Thread Hans Verkuil
On Wed 26 September 2012 10:01:06 Dan Carpenter wrote: Hi Hans, The patch ed45ce2cc0b3: [media] v4l2-subdev: add support for the new edid ioctls from Aug 10, 2012, needs an overflow check the same as the other cases in that switch statement. drivers/media/v4l2-core/v4l2-ioctl.c 2200