Fix dynamic SCSI buffer window sizing causing SEGV

This commit is contained in:
A. Wilcox
2025-09-06 02:53:30 -05:00
parent bb95ffaf5f
commit 65c7dfb2ee
2 changed files with 9 additions and 1 deletions

View File

@@ -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];