[PATCH] sd: fix memory corruption with broken mode page headers
authorAl Viro <viro@ftp.linux.org.uk>
Sun, 26 Feb 2006 14:34:10 +0000 (08:34 -0600)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Feb 2006 17:09:49 +0000 (09:09 -0800)
commit489708007785389941a89fa06aedc5ec53303c96
tree425e0dda8d5fec842ffdd3b2cdadfeaf60f5a668
parenta0124d780d06db711e8a92135d774940588a27da
[PATCH] sd: fix memory corruption with broken mode page headers

There's a problem in sd where we blindly believe the length of the
headers and block descriptors.  Some devices return insane values for
these and cause our length to end up greater than the actual buffer
size, so check to make sure.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Also removed the buffer size magic number (512) and added DPOFUA of
zero to the defaults

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/scsi/sd.c