Skip to content

Revert "Make a noble effort at setting OS_CODE correctly."

Revert change to the OS_CODE in the zlib header made in zlib 1.2.11. It changes the binary format of the compressed data on MacOS. This has been found to cause problems for test suites that used to be passing in 4.x and 6.x, and that had assertions based on the expect compressed output.

Refs: https://github.com/madler/zlib/commit/ce12c5cd00628bf8f680c98123a369974d32df15

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

Merge request reports

Loading