madler / zlib

A massively spiffy yet delicately unobtrusive compression library.
http://zlib.net/
Other
5.46k stars 2.41k forks source link

Fix Uninitialized variable #967

Open Lwisce opened 3 months ago

Lwisce commented 3 months ago

In minizip/unzip:684 and minizip/unzip:1135 , a zlib_filefunc64_32_def is being created and passed to the zipOpen3 function. During this process, the code falls to initiallze the zopen32_file member.

Lwisce commented 2 months ago

@madler Please consider this ccommit in your free time.