mars icon indicating copy to clipboard operation
mars copied to clipboard

Fix: Potential Vulnerability in Cloned Function

Open tabudz opened this issue 10 months ago • 0 comments

Description This PR fixes a security vulnerability in inflate_table() that was cloned from zlib but did not receive the security patch. The original issue was reported and fixed under https://github.com/madler/zlib/commit/6a043145ca6e9c55184013841a67b2fef87e44c0. This PR applies the same patch to eliminate the vulnerability.

References https://nvd.nist.gov/vuln/detail/CVE-2016-9840 https://github.com/madler/zlib/commit/6a043145ca6e9c55184013841a67b2fef87e44c0

P.S: Sorry for the duplicated requests

tabudz avatar Feb 25 '25 12:02 tabudz