]> 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-github@circlestorm.org>
Tue, 19 May 2026 20:43:47 +0000 (22:43 +0200)
commitcaffccf15c7505c19b2bf7d50ff163c52e0fe386
tree01dd873a19e0134dc561e008d240513053cc06ec
parent2be7cc97ab117bcf26f6650d74bf788dadb32974
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