xz/src/liblzma/lz
Lasse Collin 14115f84a3 liblzma: Make Valgrind happier with optimized (gcc -O2) liblzma.
When optimizing, GCC can reorder code so that an uninitialized
value gets used in a comparison, which makes Valgrind unhappy.
It doesn't happen when compiled with -O0, which I tend to use
when running Valgrind.

Thanks to Rich Prohaska. I remember this being mentioned long
ago by someone else but nothing was done back then.
2015-11-04 23:14:00 +02:00
..
Makefile.inc Make liblzma produce the same output on both endiannesses. 2009-10-02 11:03:26 +03:00
lz_decoder.c liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lz_decoder.h liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lz_encoder.c liblzma: Make Valgrind happier with optimized (gcc -O2) liblzma. 2015-11-04 23:14:00 +02:00
lz_encoder.h liblzma: Use lzma_alloc_zero() in LZ encoder initialization. 2014-05-25 21:45:56 +03:00
lz_encoder_hash.h liblzma: Remove unneeded semicolon. 2011-06-16 12:15:29 +03:00
lz_encoder_hash_table.h Make liblzma produce the same output on both endiannesses. 2009-10-02 11:03:26 +03:00
lz_encoder_mf.c liblzma: Use lzma_memcmplen() in the BT3 match finder. 2014-08-04 19:25:58 +03:00