ZaneDubya/MP3Sharp

[Bug] Exception when opening come MP3 files

Closed this issue · 2 comments

In some files I get an exception in CheckAndSkipId3Tag(), because id3_tag_size (in the example 264182) is larger than the size of _TemporaryBuffer in PushbackStream (4096).
Example file: https://vgmsite.com/soundtracks/la-mulana-remake-original-soundtrack/vxsclqrx/1-03%20Mr.%20Explorer.mp3

Thanks! I should be able to fix this easily.

Easy fix in, just need to test it a bit.