mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Fix dynamic SCSI buffer window sizing causing SEGV
This commit is contained in:
@@ -29,6 +29,7 @@ typedef struct scsi_disk_t {
|
||||
void * log;
|
||||
|
||||
uint8_t * temp_buffer;
|
||||
size_t temp_buffer_sz;
|
||||
uint8_t atapi_cdb[16];
|
||||
uint8_t current_cdb[16];
|
||||
uint8_t sense[256];
|
||||
|
||||
Reference in New Issue
Block a user