commit | 6a4760ed50e4908cfd597be0d840a0cb990aff7a | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Aug 23 05:33:48 2013 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Sat Aug 24 04:54:17 2013 -0300 |
tree | 35811f71031a3700a1d2fc00face58f89f414ffd | |
parent | 174e60adf4bfb849672b3b2afdd3cfd6e65d1d3d [diff] |
[media] ov9650: off by one in ov965x_enum_frame_sizes() The ">" should be ">=" otherwise we read one space beyond the end of the array. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>