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:
82d1639
)
usb: core: fix information leak to userland
author
Vasiliy Kulikov
<segooon@gmail.com>
Sat, 6 Nov 2010 14:41:28 +0000
(17:41 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 9 Dec 2010 21:24:18 +0000
(13:24 -0800)
commit
886ccd4520064408ce5876cfe00554ce52ecf4a7
upstream.
Structure usbdevfs_connectinfo is copied to userland with padding byted
after "slow" field uninitialized. It leads to leaking of contents of
kernel stack memory.
Signed-off-by: Vasiliy Kulikov <segooon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found