Corrected a mistake made in rev 5542. Coverity CID 28636.
This commit is contained in:
parent
d936cdb428
commit
8b907fe34d
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2015.11.01.102608"
|
||||
#define Cdrskin_timestamP "2015.11.01.125502"
|
||||
|
@ -3020,7 +3020,7 @@ static int mmc_get_configuration_al(struct burn_drive *d, int *alloc_len)
|
||||
{ret = 0; goto ex;}
|
||||
if (len > 4096) {
|
||||
/* MMC-5 6.6.2.1, Note 11: The maximum is less than 1 KB */
|
||||
BURN_ALLOC_MEM_VOID(msg, char, 256);
|
||||
BURN_ALLOC_MEM(msg, char, 256);
|
||||
sprintf(msg, "Implausible length announcement from SCSI command GET CONFIGURATION: %d", *alloc_len);
|
||||
libdax_msgs_submit(libdax_messenger, d->global_index,
|
||||
0x000201a9,
|
||||
|
Loading…
Reference in New Issue
Block a user