Bug fix: CD TAO with multiple tracks could cause a buffer overrun

This commit is contained in:
Thomas Schmitt 2014-03-14 09:55:11 +00:00
parent 48db3adaf6
commit 33e20f9e49
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2014.03.04.161835"
#define Cdrskin_timestamP "2014.03.14.095413"

View File

@ -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;