CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/05 22:31:58
Modified files:
lib/libz : inflate.c
Log message:
inflateCopy: fix a heap info leak (part of ZLB-01-003)
commit 3509ab515f29002f64455d6e34e19df0c16b1707
Author: Mark Adler <[email protected]>
Date: Sun Dec 21 18:34:14 2025 -0800
Copy only the initialized window contents in inflateCopy.
To avoid the propagation and possible disclosure of uninitialized
memory contents.
