Ilya Leoshkevich
Ilya Leoshkevich
* Add `--dfltcc-level-mask=...` to `configure` as a shorthand for `CFLAGS=-DDFLTCC_LEVEL_MASK=...`. * Add a short README.
- Fix `compressBound()`.
@ljavorsk I have a preview version here: https://github.com/iii-i/zlib/releases/tag/dfltcc-20220405 So far it's looking good, but I need to run more tests and also fuzz it a little. Hopefully I'll be done...
Yes, that's the plan.
* Fix updating strm.adler with inflate().
* Rebased on top of zlib 1.2.13.
This seems to be working now: `export MsBuildLogPropertyTracking=3`.
@mgduda that helped, thanks! I will leave the issue open for you to decide whether you'd like to improve gfortran 10 compatibility, or whether `-fallow-argument-mismatch`/`-std=legacy` is good enough.
This PR is not necessary: concurrent modification of deflate() buffer is not allowed: https://lists.gnu.org/archive/html/qemu-devel/2022-07/msg00889.html