commit | 8b2a04eeb95212305d3a39170e1c4bc3dbe45e8a | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Sun Aug 14 14:05:49 2011 -0700 |
committer | Blue Swirl <blauwirbel@gmail.com> | Tue Aug 16 19:11:51 2011 +0000 |
tree | 383fcc56973c43c7518e99b003c7fb670efe0f3a | |
parent | 3b6ffe50300f13240e1b46420ad05da1116df410 [diff] |
scsi: do not overwrite memory on REQUEST SENSE commands with a large buffer Other scsi_target_reqops commands were careful about not using r->cmd.xfer directly, and instead always cap it to a fixed length. This was not done for REQUEST SENSE, and this patch fixes it. Reported-by: Blue Swirl <blauwirbel@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>