drivers/scsi/sd.c +1986 sd_read_block_limits(39) warn: buffer overflow 'buffer' 32 <= 32 1951 const int vpd_len = 32; 1952 unsigned char *buffer = kmalloc(vpd_len, GFP_KERNEL); [snip] 1984 if (buffer[32] & 0x80) This is past the end of the array. 1985 q->limits.discard_alignment = 1986 get_unaligned_be32(&buffer[32]) & ~(1 << 31); 1987 } regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html