JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

Fix: Potential Vulnerability in Cloned Function

Open tabudz opened this issue 9 months ago • 0 comments
trafficstars

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

tabudz avatar Feb 25 '25 06:02 tabudz