Oops - SCSI INQUIRY data uses fixed-length, non-terminated strings -- need to copy...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 23 Jun 2009 09:38:22 +0000 (09:38 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 23 Jun 2009 09:38:22 +0000 (09:38 +0000)
commitb2cf4d32221075c96a7487b1fc0baa2598d373fe
tree593932d38a3b0edd51d95530ff4afeec5ba6588e
parent64937a62062368504cc9982d15a7d332566d8fac
Oops - SCSI INQUIRY data uses fixed-length, non-terminated strings -- need to copy the strings to a temp buffer and terminate before using them in printf.
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h