]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Note that the len2 argument of crc_combine*() must be non-negative.
authorMark Adler <madler@alumni.caltech.edu>
Mon, 29 Jan 2024 03:39:17 +0000 (19:39 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 7 Feb 2024 18:15:56 +0000 (19:15 +0100)
commit3b8e7f616e404e2a0655bf7df093d8559adb6101
treea2909983a1bb8a7262b62e9526b480f08415296e
parent8ef6098a65edc1a8656a3f737a0434dff503c328
Note that the len2 argument of crc_combine*() must be non-negative.

If it is negative, then the code will enter an infinite loop.

madler/zlib#36e369e1a54b35a978dc584496af69a07ec2d71a
zlib-ng.h.in
zlib.h.in