Skip to content
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

Bug in bmp24 #3

Open
kaitz opened this issue Apr 10, 2022 · 0 comments
Open

Bug in bmp24 #3

kaitz opened this issue Apr 10, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@kaitz
Copy link
Owner

kaitz commented Apr 10, 2022

On mc.tar file bmp24 fails to detect input correctly, so when decompressing a file we fail. On decompression side we consume more from archive then needed. No checks are present for that.
Result is that next stream model length is arbitrary and model is decompressed from random data.
Output by the archive: block update or main not defined

Archive only contains decompressed size of stream, so we cant manually re-seek to next stream.

@kaitz kaitz added the bug Something isn't working label Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant