]> git.baikalelectronics.ru Git - kernel.git/commit
[media] vb2: Fix an off by one error in 'vb2_plane_vaddr'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 28 Apr 2017 04:51:40 +0000 (01:51 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 6 Jun 2017 10:10:39 +0000 (07:10 -0300)
commit79338923ca88a6a1848c00055f3d5ca6f467a4ad
treeab08e3310305d707937cc1690b2190b049e8256a
parent4cb3035675e11ad06bc8f60c78989405b15e9a37
[media] vb2: Fix an off by one error in 'vb2_plane_vaddr'

We should ensure that 'plane_no' is '< vb->num_planes' as done in
'vb2_plane_cookie' just a few lines below.

Fixes: e1b688a7ae25 ("[media] v4l: add videobuf2 Video for Linux 2 driver framework")
Cc: stable@vger.kernel.org
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/v4l2-core/videobuf2-core.c