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

Fix LZMA2 max directory size being exceeded #132

Merged
merged 2 commits into from
Dec 14, 2024

Conversation

ajpetersons
Copy link
Contributor

Added a function that can set custom XZ reader which allows to resolve the error described in #128 by adding a limit to the xz reader.

@paultag
Copy link
Owner

paultag commented Dec 14, 2024

I almost wonder if this should be more generic in order to override any of the readers by providing a constructor function; but not enough to ask for changes here. This solves the problem and can easily be maintained as part of the API. Thank you @ajpetersons!

@paultag paultag merged commit 5493a21 into paultag:master Dec 14, 2024
@paultag
Copy link
Owner

paultag commented Dec 14, 2024

v0.18.0 tagged

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.

2 participants