commit | 7ab5118d7c2be650bc936894f159dc1c597badae | [log] [tgz] |
---|---|---|
author | Vasiliy Kulikov <segooon@gmail.com> | Thu Oct 28 06:31:55 2010 -0600 |
committer | Jens Axboe <jaxboe@fusionio.com> | Thu Oct 28 06:31:55 2010 -0600 |
tree | ca1159b578e40251f79e25acd31a9d668bffece5 | |
parent | 027b180d7405f2b2df25e2a8b1b796b00f3773cf [diff] |
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 <segooon@gmail.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>