]> git.baikalelectronics.ru Git - kernel.git/commit
[media] [v3,media] av7110: check for negative array offset
authorDan Carpenter <error27@gmail.com>
Fri, 7 Jan 2011 19:41:54 +0000 (16:41 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 Jan 2011 13:45:54 +0000 (11:45 -0200)
commit243037c1327b067c6448a35c1cf5487836c83107
treecb836983a818ae241cb1d1265305933681057177
parent8c7b43c001e27615adb005082796b924d36317bc
[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>
drivers/media/dvb/ttpci/av7110_ca.c