summaryrefslogtreecommitdiffstats
path: root/kernel/torture.c
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2017-11-09 16:28:14 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-08 11:12:53 -0500
commitd5ac225c7d64c9c3ef821239edc035634e594ec9 (patch)
tree5e69609632fcc8148ab1c114566757ebf9ef8c0b /kernel/torture.c
parenta95d811e50f1eae1da11b47b5dbc757cab9c8994 (diff)
downloadlinux-d5ac225c7d64c9c3ef821239edc035634e594ec9.tar.gz
linux-d5ac225c7d64c9c3ef821239edc035634e594ec9.tar.bz2
linux-d5ac225c7d64c9c3ef821239edc035634e594ec9.zip
media: cpia2: Fix a couple off by one bugs
The cam->buffers[] array has cam->num_frames elements so the > needs to be changed to >= to avoid going beyond the end of the array. The ->buffers[] array is allocated in cpia2_allocate_buffers() if you want to confirm. Fixes: ab33d5071de7 ("V4L/DVB (3376): Add cpia2 camera support") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'kernel/torture.c')
0 files changed, 0 insertions, 0 deletions