diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index eb8c4e8a8..0898a9490 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -219,7 +219,7 @@ struct scst_vdisk_dev { unsigned int t10_dev_id_set:1; /* true if t10_dev_id manually set */ unsigned int usn_set:1; /* true if usn manually set */ char t10_vend_id[8 + 1]; - char vend_specific_id[32 + 1]; + char vend_specific_id[128 + 1]; char prod_id[16 + 1]; char prod_rev_lvl[4 + 1]; char scsi_device_name[256 + 1];