forked from len0rd/rockbox
Fix for FS#9054. MPC-playback stopped after 3:34min caused by out-of-bounds access.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17671 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3f7f5d7431
commit
d56016addd
1 changed files with 0 additions and 1 deletions
|
|
@ -1511,7 +1511,6 @@ mpc_bool_t mpc_decoder_initialize(mpc_decoder *d, mpc_streaminfo *si)
|
||||||
d->WordsRead = fpos;
|
d->WordsRead = fpos;
|
||||||
d->dword = SWAP(d->Speicher[0]);
|
d->dword = SWAP(d->Speicher[0]);
|
||||||
d->next = SWAP(d->Speicher[1]);
|
d->next = SWAP(d->Speicher[1]);
|
||||||
d->SeekTable_Step = 1;
|
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue