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

Update zlib #1225

Open
wants to merge 2 commits into
base: rolling
Choose a base branch
from
Open

Update zlib #1225

wants to merge 2 commits into from

Commits on Jul 4, 2024

  1. Update CMakeLists.txt

    updated zlib
    fix:
    Reject overflows of zip header fields in minizip
    Fix bug in inflateSync() for data held in bit buffer
    Add LIT_MEM define to use more memory for a small deflate speedup
    Fix decision on the emission of Zip64 end records in minizip
    Add bounds checking to ERR_MSG() macro, used by zError()
    Neutralize zip file traversal attacks in miniunz
    Fix a bug in ZLIB_DEBUG compiles in check_match()
    
    Signed-off-by: mosfet80 <[email protected]>
    mosfet80 authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c6bfd68 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    d441e1f View commit details
    Browse the repository at this point in the history