From 71ee6246a6099d5f46cf5d88bec27d002237db60 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 1 Nov 2015 12:55:51 +0000 Subject: [PATCH] Corrected a mistake made in rev 5542. Coverity CID 28636. --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/mmc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 8343a9a..98a1b82 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2015.11.01.102608" +#define Cdrskin_timestamP "2015.11.01.125502" diff --git a/libburn/mmc.c b/libburn/mmc.c index 39dbefd..081222e 100644 --- a/libburn/mmc.c +++ b/libburn/mmc.c @@ -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,