CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/05 22:36:42
Modified files:
lib/libz : inflate.c
Log message:
zlib: zero out allocation to avoid info leak (part of ZLB-01-003)
commit ecbaf031f81ddfcff200dcfd052df48c9047f3cf
Author: Mark Adler <[email protected]>
Date: Sun Jan 11 09:46:29 2026 -0800
Zero inflate state on allocation.
To further guard against the propagation of uninitialized memory.
