]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Make sure inflateCopy() allocates window with the necessary buffer for chunked operat...
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Mon, 25 Sep 2023 13:23:41 +0000 (15:23 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 29 Sep 2023 11:32:52 +0000 (13:32 +0200)
commit61e181c8ae93dbf56040336179c9954078bd1399
tree69f4ffe586a7617ea618d0cdc559398473f6c207
parent2ad0cd0d259422a58444d1d051289c0dab8ce671
Make sure inflateCopy() allocates window with the necessary buffer for chunked operations.

Based on Chromium bugfix https://chromium-review.googlesource.com/c/chromium/src/+/4876445
inflate.c