From: Vasiliy Kulikov Date: Sat, 6 Nov 2010 14:41:28 +0000 (+0300) Subject: usb: core: fix information leak to userland X-Git-Tag: v2.6.27.57~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ddf4f97bee674e72412d9b0a3be2695d80dad3a;p=pandora-kernel.git usb: core: fix information leak to userland 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed