CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/07 00:27:51
Modified files:
lib/libz : deflate.c deflate.h
Log message:
zlib: fix heap info leak in deflateCopy (ZLB-01-005)
commit 84045903ee415efbfaf6d3d443224c2f3a1daea0
Author: Mark Adler <[email protected]>
Date: Sat Jan 10 21:34:20 2026 -0800
Copy only the initialized deflate state in deflateCopy.
To avoid the propagation and possible disclosure of uninitialized
memory contents.
