commit | cb26a24ee9706473f31d34cc259f4dcf45cd0644 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Fri Jan 07 16:41:54 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Jan 19 11:45:54 2011 -0200 |
tree | cb836983a818ae241cb1d1265305933681057177 | |
parent | 76f1ef427c0aab3d3c917b497562ea2cdaaae056 [diff] |
[media] [v3,media] av7110: check for negative array offset info->num comes from the user. It's type int. If the user passes in a negative value that would cause memory corruption. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>