git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e947d9a
)
[media] dvb: si21xx: buffer overflow in si21_writeregs()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Tue, 9 Sep 2014 12:05:28 +0000
(09:05 -0300)
committer
Mauro 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