-
Notifications
You must be signed in to change notification settings - Fork 148
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
Panic with wav files #200
Comments
Hey! I'm kinda looking into this. |
In my app I have option to find broken files, so users can find really strange files that crashes this library in many ways, so I try to find the files myself. This files were found by fuzzer, so music inside probably is broken. |
From what i've seen while playing around, it plays some samples correct, but eventually reads an invalid value, which should be the key for the step table in I traced the code, to see if anything is off spec for ADPCM decoding. I found some leads but nothing definite. |
After discussing my findings with @pdeljanov a solution was found. Other applications seem to drop the data when such an impossible entry is found. I can pick this up and implement this for this specific format as well. |
Broken.zip
The text was updated successfully, but these errors were encountered: