summaryrefslogtreecommitdiff
path: root/drivers/media/usb/gspca
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-03-07 11:30:47 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-04-05 15:06:38 -0300
commit6ea87867e552500b242cd5be3590d6c1ff91f508 (patch)
tree199c867c788f25d122a79f9526053d20f41f5bfb /drivers/media/usb/gspca
parent946c41af8fad4140d3721f736679c417ae5bc21a (diff)
[media] atmel-isc: fix off-by-one comparison and out of bounds read issue
The are only HIST_ENTRIES worth of entries in hist_entry however the for-loop is iterating one too many times leasing to a read access off the end off the array ctrls->hist_entry. Fix this by iterating by the correct number of times. Detected by CoverityScan, CID#1415279 ("Out-of-bounds read") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Hans Verkuil <hansverk@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/gspca')
0 files changed, 0 insertions, 0 deletions