Small correction of rev5369

This commit is contained in:
Thomas Schmitt 2014-08-14 08:59:47 +00:00
parent 3b5906b30c
commit 1286079d3d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2014.08.14.085604"
#define Cdrskin_timestamP "2014.08.14.085850"

View File

@ -3254,7 +3254,7 @@ void mmc_get_configuration(struct burn_drive *d)
if (alloc_len > 4096) {
/* MMC-5 6.6.2.1: The maximum is less than 1 KB */
BURN_ALLOC_MEM(msg, char, 256);
BURN_ALLOC_MEM_VOID(msg, char, 256);
sprintf(msg, "Implausible lenght announcement from SCSI command GET CONFIGURATION: %d", alloc_len);
libdax_msgs_submit(libdax_messenger, d->global_index, 0x000201a9,
LIBDAX_MSGS_SEV_FAILURE, LIBDAX_MSGS_PRIO_ZERO,