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:
c37dd67
)
video: kyro: fix incorrect sizes when copying to userspace
author
Sasha Levin
<sasha.levin@oracle.com>
Tue, 19 Nov 2013 19:25:36 +0000
(14:25 -0500)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 26 Nov 2013 14:40:14 +0000
(16:40 +0200)
kyro would copy u32s and specify sizeof(unsigned long) as the size to copy.
This would copy more data than intended and cause memory corruption and might
leak kernel memory.
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found