]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Use local block_start and window variables in FLUSH_BLOCK.
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Mon, 11 May 2026 18:01:26 +0000 (20:01 +0200)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Mon, 11 May 2026 18:02:45 +0000 (20:02 +0200)
commitf92740c4e44812909eb5c509f7353a314b5c6d47
treed237577a03441699e5dc14434ab5287f2d2f8e58
parent48087450f7b2efab59f678f68cd9f049f16c2701
Use local block_start and window variables in FLUSH_BLOCK.
Also ensure all deflate methods use local window variable.
deflate_medium now passes local window to its static functions.
deflate_fast.c
deflate_huff.c
deflate_medium.c
deflate_p.h
deflate_rle.c
deflate_slow.c
deflate_stored.c