X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=drivers%2Fscsi%2Fhptiop.c;h=890f44fa0e1a96fd3db3ee4ee95d17fc58f74647;hb=c372f4a82fa3d98e2641664ed79e48dddef48097;hp=e7b2f3575ce99466c1ddf50991744205b4d0c0fa;hpb=de15c2017ccbc88c43403a52dd90376d577ef637;p=deliverable%2Flinux.git diff --git a/drivers/scsi/hptiop.c b/drivers/scsi/hptiop.c index e7b2f3575ce9..890f44fa0e1a 100644 --- a/drivers/scsi/hptiop.c +++ b/drivers/scsi/hptiop.c @@ -573,7 +573,7 @@ static void hptiop_finish_scsi_req(struct hptiop_hba *hba, u32 tag, scsi_set_resid(scp, scsi_bufflen(scp) - le32_to_cpu(req->dataxfer_length)); scp->result = SAM_STAT_CHECK_CONDITION; - memcpy(&scp->sense_buffer, &req->sg_list, + memcpy(scp->sense_buffer, &req->sg_list, min_t(size_t, SCSI_SENSE_BUFFERSIZE, le32_to_cpu(req->dataxfer_length))); break;