: Corrected inputs for CRC functions, mitigating specific bugs found when used with Java.
# Tell CMake where to find this specific zlib set(ZLIB_ROOT "/usr/local/zlib-1.2.13") find_package(ZLIB REQUIRED) target_link_libraries(your_target PRIVATE ZLIB::ZLIB) zlib1213tarxz
This version fixes CVE-2018-25032 (a memory corruption issue in deflate) – ensure you are not using earlier versions like 1.2.11 or 1.2.8. : Corrected inputs for CRC functions, mitigating specific
The release of zlib 1.2.13 was a critical milestone in the project's history. It was pushed out primarily to address severe security vulnerabilities found in previous versions. Fixed Vulnerabilities : Corrected inputs for CRC functions