Backport zlib fix for the multi line CLEAR_HASH macro. There is
authorbluhm <bluhm@openbsd.org>
Thu, 24 Mar 2022 22:04:27 +0000 (22:04 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 24 Mar 2022 22:04:27 +0000 (22:04 +0000)
commitb1b1dcfb261bc0c44561f61a8d75d2dc6c7cfd34
tree95cb2eee51904268bf3406aba145f148c3c70c1c
parentffae1fc35cc92e595033710944926a6e2a9531e3
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@
lib/libz/deflate.c