From: Vasiliy Kulikov Date: Thu, 28 Oct 2010 12:31:55 +0000 (-0600) Subject: block: cciss: fix information leak to userland X-Git-Tag: v2.6.37-rc1~75^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ab5118d7c2be650bc936894f159dc1c597badae;p=pandora-kernel.git block: cciss: fix information leak to userland Structure IOCTL_Command_struct is copied to userland with some padding fields at the end of the struct unitialized. It leads to leaking of contents of kernel stack memory. Signed-off-by: Vasiliy Kulikov Signed-off-by: Jens Axboe --- Reading git-diff-tree failed