zlib
zlib copied to clipboard
A massively spiffy yet delicately unobtrusive compression library.
apply fix suggested at https://github.com/madler/zlib/issues/693 #693 remove unused code and not useful test for free
1. zip.c line 1962 ```c if(pData == NULL || *dataLen < 4) // NULL pointer deference, dataLen could be NULL ``` 2. unzip.c line 1569 and line 1589 ```c TRYFREE(pfile_in_zip_read_info);...
Currently, there is a critical security issue in zlib. (https://nvd.nist.gov/vuln/detail/CVE-2022-37434) @madler Do you have any release plan to fix this issue? It's important to fix it.
@madler: It is possible to release a new build with all build and CVE-2022-37434 fixes...? A 1.2.12.1 or 1.2.13? It is really important to have a solution to current 1.2.12....
Description: * On each commit these workflows will be run to verify that project generation, source file compilation, and test cases run successfully. * On each pull request a workflow...
To make it easier to accept contributions to zlib we should establish automated testing. This commit uses the existing test/example.c testing. It connects those tests to AppVeyor, allowing AppVeyor to...
Signed-off-by: Li kunyu
Before this patch, `zlib.rc` was compiled using a manual command [1] when using the MinGW toolchain. This method ignores `CMAKE_RC_FLAGS` and offers no other way to pass a custom flag,...
Please allow me to open another ticket for this, but I think it's fairly important to fix/relase this as soon as possible. Please see madler/zlib/#426 Just want to clarify that...
When including zlib as a submodule, it is useful to be able to disable the tests.