Reacted on compiler warnings of Debian 13 Sid about uninitialized toc entry
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
/* libburn wrappers for libisoburn
|
/* libburn wrappers for libisoburn
|
||||||
|
|
||||||
Copyright 2007 - 2024 Thomas Schmitt, <scdbackup@gmx.net>
|
Copyright 2007 - 2025 Thomas Schmitt, <scdbackup@gmx.net>
|
||||||
Provided under GPL version 2 or later.
|
Provided under GPL version 2 or later.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -2089,6 +2089,7 @@ int isoburn_get_track_lba(struct isoburn_toc_track *track, off_t *lba,
|
|||||||
{
|
{
|
||||||
struct burn_toc_entry entry;
|
struct burn_toc_entry entry;
|
||||||
|
|
||||||
|
memset((char *) &entry, 0, sizeof(struct burn_toc_entry));
|
||||||
isoburn_toc_track_get_entry(track, &entry);
|
isoburn_toc_track_get_entry(track, &entry);
|
||||||
if (entry.extensions_valid & 8) {
|
if (entry.extensions_valid & 8) {
|
||||||
*lba= entry.long_start_lba;
|
*lba= entry.long_start_lba;
|
||||||
|
@@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2025.09.14.085312"
|
#define Xorriso_timestamP "2025.09.14.110131"
|
||||||
|
Reference in New Issue
Block a user