]> 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, 19 Jun 2024 12:15:54 +0000 (14:15 +0200)
commit6174dc4815798476445cf3dd842e6a297d4cce63
treecd149a6cf781f088b304412eaba197f6a539579a
parent2aa476513445e35fec3fd113f0ca1db062549274
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