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:
eb42c42
)
V4L/DVB (4508): Fix an array overflow on bt866
author
Mauro Carvalho Chehab
<mchehab@infradead.org>
Fri, 18 Aug 2006 10:40:28 +0000
(07:40 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Tue, 26 Sep 2006 15:30:32 +0000
(12:30 -0300)
The Coverity checker spotted the following two array overflows.
Registers 0xcc and 0xdc were cached on reg[] array, with only 128 elements,
instead of 256.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
No differences found