diff options
author | Prasad J Pandit <pjp@fedoraproject.org> | 2016-08-31 17:36:07 +0530 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-09-13 19:08:46 +0200 |
commit | cf2bce203a45d7437029d108357fb23fea0967b6 (patch) | |
tree | ef7aeb74c35486cc029ef5a656a6774106a8e359 /hw/scsi/mptsas.h | |
parent | 7f61f4690dd153be98900a2a508b88989e692753 (diff) |
scsi: mptconfig: fix an assert expression
When LSI SAS1068 Host Bus emulator builds configuration page
headers, mptsas_config_pack() should assert that the size
fits in a byte. However, the size is expressed in 32-bit
units, so up to 1020 bytes fit. The assertion was only
allowing replies up to 252 bytes, so fix it.
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Prasad J Pandit <pjp@fedoraproject.org>
Message-Id: <1472645167-30765-2-git-send-email-ppandit@redhat.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/scsi/mptsas.h')
0 files changed, 0 insertions, 0 deletions