JUCE
JUCE copied to clipboard
Fix: Potential Vulnerability in Cloned Function
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