xemu/include
Prasad J Pandit 926cde5f3e scsi: esp: make cmdbuf big enough for maximum CDB size
While doing DMA read into ESP command buffer 's->cmdbuf', it could
write past the 's->cmdbuf' area, if it was transferring more than 16
bytes.  Increase the command buffer size to 32, which is maximum when
's->do_cmd' is set, and add a check on 'len' to avoid OOB access.

Reported-by: Li Qiang <liqiang6-s@360.cn>
Signed-off-by: Prasad J Pandit <pjp@fedoraproject.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2016-06-16 18:39:05 +02:00
..
2016-02-23 12:43:05 +00:00
2016-05-18 15:04:27 +03:00
2016-02-23 12:43:05 +00:00
2016-06-16 18:39:03 +02:00
2016-06-14 13:34:50 +02:00
2016-06-16 18:39:03 +02:00
2016-06-14 10:41:38 +10:00