From: Alan Stern Date: Fri, 29 Jul 2005 19:16:58 +0000 (-0700) Subject: [PATCH] USB: usbfs: Don't leak uninitialized data X-Git-Tag: v2.6.13-rc5~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe0410c7f43e133e156e54e3156392e800bedc21;p=pandora-kernel.git [PATCH] USB: usbfs: Don't leak uninitialized data This patch fixes an information leak in the usbfs snoop facility: uninitialized data from __get_free_page can be returned to userspace and written to the system log. It also improves the snoop output by printing the wLength value. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed