aboutsummaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2023-11-07 15:46:41 -0800
committerMark Adler <madler@alumni.caltech.edu>2023-11-07 15:46:41 -0800
commit15c45adb76e81a7e3a8a9e17b2a56eb90f668f44 (patch)
tree598966f8566e411f758c1af061f282981385e42e /win32
parentac8f12c97d1afd9bafa9c710f827d40a407d3266 (diff)
downloadzlib-15c45adb76e81a7e3a8a9e17b2a56eb90f668f44.tar.gz
zlib-15c45adb76e81a7e3a8a9e17b2a56eb90f668f44.tar.bz2
zlib-15c45adb76e81a7e3a8a9e17b2a56eb90f668f44.zip
Fix decision on the emission of Zip64 end records in minizip.
The appnote says that if the number of entries in the end record is 0xffff, then the actual number of entries will be found in the Zip64 end record. Therefore if the number of entries is equal to 0xffff, it can't be in the end record by itself, since that is an instruction to get the number from the Zip64 end record. This code would just store 0xffff in the end record in that case, not making a Zip64 end record. This commit fixes that.
Diffstat (limited to 'win32')
0 files changed, 0 insertions, 0 deletions