physfs/archivers
Ryan C. Gordon 8d62a2c7e1 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!).
2017-02-17 20:48:02 -05:00
..
dir.c Renamed LICENSE to LICENSE.txt 2007-03-11 10:10:28 +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
lzma.c Merged 1018:23aee7da04e0 from default branch: fixed C++-style comments. 2010-01-28 02:45:10 -05: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-2.0. 2011-02-18 12:42:14 -05:00
wad.c Fixed compiler warnings on gcc 4.6 (thanks, Volker!). 2011-03-31 11:23:05 -04:00
zip.c Fix bug with copying z_stream objects around in zip archiver (thanks, Andrei!). 2017-02-17 20:48:02 -05:00