physfs/archivers
Ryan C. Gordon c65c196152 Fix bug with copying z_stream objects around in zip archiver (thanks, Andrei!).
zlib expects us to use inflateCopy() to move a z_stream, then inflateEnd()
the original, and apparently fails in later versions if you just try to
memcpy() it.

This is only a bug in the stable-2.0 and stable-1.0 branches; we replaced
zlib with miniz on the development branch, which doesn't have this
requirement (or an inflateCopy() function at all!).
(transplanted from 090cb9c74b87198e6d520afca9d649ca0d84669f)
2017-02-17 20:48:02 -05:00
..
Makefile.am Moved to zlib 1.2.3 proper. 2005-07-23 22:02:32 +00:00
dir.c Changed my email address. 2006-01-01 12:31:34 +00:00
grp.c Various archiver swap and compare functions now check if they are 2008-02-20 12:24:10 +00:00
hog.c Various archiver swap and compare functions now check if they are 2008-02-20 12:24:10 +00:00
mvl.c Various archiver swap and compare functions now check if they are 2008-02-20 12:24:10 +00:00
qpak.c Backported zip/qpak dir fix from dev branch to stable-1.0. 2011-02-18 12:44:30 -05:00
wad.c Various archiver swap and compare functions now check if they are 2008-02-20 12:24:10 +00:00
zip.c Fix bug with copying z_stream objects around in zip archiver (thanks, Andrei!). 2017-02-17 20:48:02 -05:00