Bug fix: CD TAO with multiple tracks could cause a buffer overrun
This commit is contained in:
parent
48fa2ad30c
commit
46011e0603
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2014.03.04.161835"
|
||||
#define Cdrskin_timestamP "2014.03.14.095413"
|
||||
|
@ -1101,7 +1101,7 @@ int burn_write_track(struct burn_write_opts *o, struct burn_session *s,
|
||||
struct burn_drive *d = o->drive;
|
||||
int i, tmp = 0, open_ended = 0, ret= 0, nwa, lba;
|
||||
int sectors;
|
||||
char msg[80];
|
||||
char msg[160];
|
||||
|
||||
d->rlba = -150;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user