[media] dvb: si21xx: buffer overflow in si21_writeregs()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 9 Sep 2014 12:05:28 +0000 (09:05 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 23 Sep 2014 19:13:38 +0000 (16:13 -0300)
"len" is user controlled and can be up to 255.  Anything more than 59
will cause a buffer overflow so we need to add a test for that.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

No differences found