fix: minizip's iowin32.h/c aren't compiled/installed with MinGW#12
Closed
jk3064 wants to merge 1 commit intomadler:masterfrom
Closed
fix: minizip's iowin32.h/c aren't compiled/installed with MinGW#12jk3064 wants to merge 1 commit intomadler:masterfrom
jk3064 wants to merge 1 commit intomadler:masterfrom
Conversation
ryantrinkle
pushed a commit
to obsidiansystems/zlib
that referenced
this pull request
Jun 7, 2020
Change the window bits range from 8..15 to 9..15
blitzy bot
pushed a commit
to Blitzy-Sandbox/blitzy-zlib
that referenced
this pull request
Feb 25, 2026
…ount/buffer continuity, detect_data_type propagation, constant dedup, gz/read workaround removal Resolved all 12 findings from Checkpoint 3 review: MAJOR fixes: - #1: detect_data_type() result now stored in DeflateState.data_type and propagated to stream.data_type via flush_block_only (trees.rs, state.rs, algorithm.rs) - madler#6: BufError logic flattened to match C inflate.c L1150 exactly (inflate/mod.rs) - madler#7: Check mode double-counting fixed with out_start=left reset matching C L1081 - madler#8: Removed avail_out==0 StreamError guard to allow header-only processing - madler#9: inflate_fast now shares output_buf with slow path (start=0), fixing back-reference continuity across slow-to-fast transitions MINOR fixes: - #2: Added debug_assert to put_short/put_byte for buffer overflow detection - madler#3: Removed unused TOO_FAR from hash.rs - madler#4: Consolidated MIN_LOOKAHEAD to deflate/mod.rs, imported in submodules - madler#10: Documented borrow-checker input copy requirement in inflate - madler#11: inflate_get_header takes Box<GzHeader>; added header()/header_mut() accessors INFO fixes: - madler#5: Documented allocation strategy in flush_block_only; added capacity hints - madler#12: Removed INFLATE_SAFE_OUT=257 workaround in gz/read.rs FFI layer updated to Box::new() header in inflateGetHeader wrapper. All 269 tests pass, zero new compilation errors, zero new clippy violations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.