Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant