xz/src
Jia Tan 82ecc53819 liblzma: Fix false Valgrind error report with GCC.
With GCC and a certain combination of flags, Valgrind will falsely
trigger an invalid write. This appears to be due to the omission of
instructions to properly save, set up, and restore the frame pointer.

The IFUNC resolver is a leaf function since it only calls a function
that is inlined. So sometimes GCC omits the frame pointer instructions
in the resolver unless this optimization is explictly disabled.

This fixes https://bugzilla.redhat.com/show_bug.cgi?id=2267598.
2024-03-09 09:20:57 +08:00
..
common Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
liblzma liblzma: Fix false Valgrind error report with GCC. 2024-03-09 09:20:57 +08:00
lzmainfo Build: Install translated lzmainfo man pages. 2024-02-17 16:23:14 +02:00
scripts xzmore: Fix typo in xzmore.1. 2024-02-21 00:30:43 +08:00
xz xz: Add comments. 2024-02-28 18:26:25 +02:00
xzdec Build: Fix Linux Landlock feature test in Autotools and CMake builds. 2024-02-26 23:27:44 +08:00
Makefile.am Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00