Bug fix: burn_offst_source_new() parameter "size" rolled over at 2 exp 31
This commit is contained in:
parent
ca29b77091
commit
ddebbf1b60
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2023.09.12.132011"
|
||||
#define Cdrskin_timestamP "2024.02.26.145623"
|
||||
|
@ -88,7 +88,7 @@ struct burn_source_offst {
|
||||
int size_adjustable;
|
||||
|
||||
/* for set_size/get_size */
|
||||
int nominal_size;
|
||||
off_t nominal_size;
|
||||
|
||||
/* To help offst_free() */
|
||||
struct burn_source *next;
|
||||
|
Loading…
Reference in New Issue
Block a user