CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2022/03/24 16:04:27
Modified files: lib/libz : deflate.c Log message: 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 deraadt@ tb@