]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Clean up debug sign conversions in deflate check_match calls. develop
authorMark Adler <git@madler.net>
Sat, 4 Apr 2026 01:57:24 +0000 (18:57 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 5 Aug 2026 13:33:11 +0000 (15:33 +0200)
commite47ae4abdbbba521869d326defb43fbbfa7e11ad
tree49b9a2060a46a31c0e122fe07685c347c99a9d2a
parent4d7c051d5086360f0d6de33b0e794bfd71cb9ea6
Clean up debug sign conversions in deflate check_match calls.

Cast match_len/prev_length to int at check_match call sites to
avoid implicit unsigned-to-signed conversion warnings.

Upstream: https://github.com/madler/zlib/commit/f4f34491
deflate_p.h