CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/27 04:01:51
Modified files:
gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src: deflate.c
deflate.h
trees.c
Log message:
Fix memory corruption bug in zlib
zlib has a crashing bug. The bug fix has been sitting in the
unreleased develop branch for nearly four years. Pull in this fix
and a small followup.
same fix as in base lib/libz
