1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/liblzma
Lasse Collin 8173ff8790 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.
2016-06-28 21:09:46 +03:00
..
api Bump version and soname for 5.2.2. 2015-09-29 13:59:35 +03:00
check liblzma: Fix a build failure related to external SHA-256 support. 2016-06-28 21:09:46 +03:00
common Build: Don't omit lzma_cputhreads() unless using --disable-threads. 2016-06-28 21:09:46 +03:00
delta liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lz liblzma: Make Valgrind happier with optimized (gcc -O2) liblzma. 2016-06-28 21:09:46 +03:00
lzma liblzma: Rename lzma_presets.c back to lzma_encoder_presets.c. 2016-06-28 21:09:46 +03:00
rangecoder liblzma: Check that the first byte of range encoded data is 0x00. 2012-06-28 10:47:49 +03:00
simple liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
liblzma.map Bump version and soname for 5.2.0. 2014-12-21 18:11:17 +02:00
liblzma.pc.in liblzma: Fix Libs.private in liblzma.pc to include -lrt when needed. 2012-04-19 14:02:25 +03:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
Makefile.am Bump version and soname for 5.2.2. 2015-09-29 13:59:35 +03:00
validate_map.sh liblzma: Use symbol versioning. 2011-05-28 15:55:39 +03:00