commit | 8b0d77f13192678019f07cbc6b3338d6d91f1cf4 | [log] [tgz] |
---|---|---|
author | Cong Wang <amwang@redhat.com> | Wed Jul 03 15:01:12 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jul 03 16:07:25 2013 -0700 |
tree | 3b5aaa1ac59486d6a507be5618d23815f7890ee8 | |
parent | 31bd8fbb41b1fdf61f80e3e506574b43fad5e478 [diff] |
block/compat_ioctl.c: do not leak info to user-space There is a hole in struct hd_geometry, so we have to zero the struct on stack before copying it to user-space. Signed-off-by: Cong Wang <amwang@redhat.com> Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>