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:
5dc92cf
)
usb: misc: iowarrior: fix information leak to userland
author
Vasiliy Kulikov
<segooon@gmail.com>
Sat, 6 Nov 2010 14:41:31 +0000
(17:41 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 11 Nov 2010 15:14:07 +0000
(07:14 -0800)
Structure iowarrior_info is copied to userland with padding byted
between "serial" and "revision" fields uninitialized. It leads to
leaking of contents of kernel stack memory.
Signed-off-by: Vasiliy Kulikov <segooon@gmail.com>
Cc: stable <stable@kernel.org>
Acked-by: Kees Cook <kees.cook@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found