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:
12f4543
)
[media] cx24116: fix a buffer overflow when checking userspace params
author
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Tue, 28 Apr 2015 21:51:17 +0000
(18:51 -0300)
committer
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Thu, 30 Apr 2015 17:26:05 +0000
(14:26 -0300)
The maximum size for a DiSEqC command is 6, according to the
userspace API. However, the code allows to write up much more values:
drivers/media/dvb-frontends/cx24116.c:983 cx24116_send_diseqc_msg() error: buffer overflow 'd->msg' 6 <= 23
Cc: stable@vger.kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
No differences found