From: Dean Camera Date: Tue, 23 Jun 2009 09:38:22 +0000 (+0000) Subject: Oops - SCSI INQUIRY data uses fixed-length, non-terminated strings -- need to copy... X-Git-Tag: LUFA-110528-BETA~1094 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/b2cf4d32221075c96a7487b1fc0baa2598d373fe?hp=b2cf4d32221075c96a7487b1fc0baa2598d373fe 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. ---