From 7ab5118d7c2be650bc936894f159dc1c597badae Mon Sep 17 00:00:00 2001 From: Vasiliy Kulikov Date: Thu, 28 Oct 2010 06:31:55 -0600 Subject: [PATCH] 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-format-patch failed