linux_dsm_epyc7002/drivers/media/platform/atmel
Colin Ian King 6ea87867e5 [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>
2017-04-05 15:06:38 -03:00
..
atmel-isc-regs.h [media] atmel-isc: add the isc pipeline function 2017-03-03 07:14:14 -03:00
atmel-isc.c [media] atmel-isc: fix off-by-one comparison and out of bounds read issue 2017-04-05 15:06:38 -03:00
Kconfig [media] atmel-isc: add the Image Sensor Controller code 2016-08-22 12:59:58 -03:00
Makefile [media] atmel-isc: add the Image Sensor Controller code 2016-08-22 12:59:58 -03:00