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

Use correct types in LZMA comp/decomp #3497

Merged
merged 1 commit into from
Feb 14, 2023
Merged

Commits on Feb 11, 2023

  1. Use correct types in LZMA comp/decomp

    Bytef and uInt are zlib types, not available when zlib is disabled
    
    Fixes: 1598e6c ("Async write for decompression")
    Fixes: cc0657f ("AsyncIO compression part 2 - added async read and asyncio to compression code (facebook#3022)")
    Hello71 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    cc94fac View commit details
    Browse the repository at this point in the history