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

LZMA EOS marker detection #786

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Conversation

Erior
Copy link
Contributor

@Erior Erior commented Dec 9, 2023

The DataError in #774 comes from the LZMA stream having EOS bytes at the end, we would need to check if the stream has it or not before raising DataError.

Added a test archive generated from 7za with the -meos flag set.

@adamhathcock
Copy link
Owner

thanks!

@adamhathcock adamhathcock merged commit 3c1ae51 into adamhathcock:master Dec 11, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants