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

This commit is contained in:
Thomas Schmitt 2014-03-18 09:47:29 +00:00
parent b667218011
commit 1f0755c50e
1 changed files with 1 additions and 1 deletions

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;