xz-analysis-mirror/src
Lasse Collin 3bc112c2d3 tuklib_integer: Improve unaligned memory access.
Now memcpy() or GNU C packed structs for unaligned access instead
of type punning. See the comment in this commit for details.

Avoiding type punning with unaligned access is needed to
silence gcc -fsanitize=undefined.

New functions: unaliged_readXXne and unaligned_writeXXne where
XX is 16, 32, or 64.
2019-06-01 18:41:16 +03:00
..
common tuklib_integer: Improve unaligned memory access. 2019-06-01 18:41:16 +03:00
liblzma liblzma: Avoid memcpy(NULL, foo, 0) because it is undefined behavior. 2019-05-13 20:05:17 +03:00
lzmainfo Build: Prepare to support Automake's subdir-objects. 2014-10-29 21:15:35 +02:00
scripts spelling 2019-05-11 20:52:37 +03:00
xz xz: Update xz man page date. 2019-05-11 20:54:12 +03:00
xzdec Update the home page URLs to HTTPS. 2017-04-19 22:17:35 +03:00
Makefile.am Build: Prepare to support Automake's subdir-objects. 2014-10-29 21:15:35 +02:00