]> icculus.org git repositories - icculus/xz.git/commit
Prevent LZ encoder from hanging with known uncompressed v4.999.3alpha
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 25 Apr 2008 12:39:50 +0000 (15:39 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 25 Apr 2008 12:39:50 +0000 (15:39 +0300)
commitbeeb81060821dfec4e7898e0d44b7900dcb2215e
tree5f76138c6ca9a8583afd9d746270ac53cb9a5f30
parentc324325f9f13cdeb92153c5d00962341ba070ca2
Prevent LZ encoder from hanging with known uncompressed
size. The "fix" breaks LZMA_SYNC_FLUSH at end of stream
with known uncompressed size, but since it currently seems
likely that support for encoding with known uncompressed
size will go away anyway, I'm not fixing this problem now.
src/liblzma/lz/lz_encoder.c