CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/03/24 18:42:27
Modified files: sys/lib/libz : deflate.c Log message: Sync zlib with userland Backport zlib fix for the multi line CLEAR_HASH macro. There is an else branch where only half of the macro is executed conditionally. Acording to upstream comment this has only little impact. https://github.com/madler/zlib/commit/38e8ce32afbaa82f67d992b9f3056f281fe69259 ok bluhm (who had the same diff)