xz/src/liblzma/lz
Lasse Collin 369f72fd65 Fix a buffer overflow in the LZMA encoder. It was due to my
misunderstanding of the code. There's no tiny fix for this
problem, so I also cleaned up the code in general.

This reduces the speed of the encoder 2-5 % in the fastest
compression mode ("lzma -1"). High compression modes should
have no noticeable performance difference.

This commit breaks things (especially LZMA_SYNC_FLUSH) but I
will fix them once the new format and LZMA2 has been roughly
implemented. Plain LZMA won't support LZMA_SYNC_FLUSH at all
and won't be supported in the new .lzma format. This may
change still but this is what it looks like now.

Support for known uncompressed size (that is, LZMA or LZMA2
without EOPM) is likely to go away. This means there will
be API changes.
2008-06-01 12:48:17 +03:00
..
Makefile.am Imported to git. 2007-12-09 00:42:33 +02:00
bt2.c Imported to git. 2007-12-09 00:42:33 +02:00
bt2.h Imported to git. 2007-12-09 00:42:33 +02:00
bt3.c Imported to git. 2007-12-09 00:42:33 +02:00
bt3.h Imported to git. 2007-12-09 00:42:33 +02:00
bt4.c Imported to git. 2007-12-09 00:42:33 +02:00
bt4.h Imported to git. 2007-12-09 00:42:33 +02:00
hc3.c Imported to git. 2007-12-09 00:42:33 +02:00
hc3.h Imported to git. 2007-12-09 00:42:33 +02:00
hc4.c Imported to git. 2007-12-09 00:42:33 +02:00
hc4.h Imported to git. 2007-12-09 00:42:33 +02:00
lz_decoder.c Initialize the last byte of the dictionary to zero so that 2008-03-11 15:17:16 +02:00
lz_decoder.h Imported to git. 2007-12-09 00:42:33 +02:00
lz_encoder.c Fix a buffer overflow in the LZMA encoder. It was due to my 2008-06-01 12:48:17 +03:00
lz_encoder.h Fix a buffer overflow in the LZMA encoder. It was due to my 2008-06-01 12:48:17 +03:00
lz_encoder_private.h Imported to git. 2007-12-09 00:42:33 +02:00
match_c.h Fix data corruption in LZ encoder with LZMA_SYNC_FLUSH. 2008-04-24 18:38:00 +03:00
match_h.h Imported to git. 2007-12-09 00:42:33 +02:00