-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error out of bounds
#354
Comments
|
A couple question:
Also, if possible, providing the file (or enough the starting piece of it that repros the problem) would help a lot. |
It was with
The logs with
I'm looking into it. Not sure if it's relevant but when using https://github.com/mifi/lossless-cut to give you an extract, it detects to container as |
It looks like there may be a third ID3v2 tag in there since the ID3v1 tag and the first ID3v2 tag get appended to the metadata no problem. Probably just some junk data Symphonia needs to be more robust against. I'd just need the contents of the file upto the first few audio frames. You could use the following command to get the first head -c NUM_BYTES /path/to/input/file > /path/to/output/file Per the log, we'll need more-than |
Here the sample: sample.mp3.zip |
Thanks. The second ID3v2 tag is a version 2.3 tag, but states that it is a version 2.2 tag. The format between these two versions are different causing an invalid size to be read and used. This then causes an out-of-bounds read. I'll have to sit on this one a bit to come up with an appropriate solution. |
Hello,
I have a mp3 album which generates the error
out of bounds
.Here the log that I get:
The text was updated successfully, but these errors were encountered: