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

"payload read failed" for xz rpms > 2^25 byte in size #6

Open
fholzer opened this issue Jul 4, 2019 · 0 comments
Open

"payload read failed" for xz rpms > 2^25 byte in size #6

fholzer opened this issue Jul 4, 2019 · 0 comments

Comments

@fholzer
Copy link

fholzer commented Jul 4, 2019

I get "payload read failed" for my xz compressed input rpms that are ~95M in size. I found that this can be resolved by changing the memory limit from 1<<25 to 1<<27 which is hard-coded here.
The is actually not triggered when lzma_auto_decoder is called, but when crread_lz is called, where cfile_readbuf returns LZMA_MEMLIMIT_ERROR.

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

No branches or pull requests

1 participant