diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-03-09 09:20:57 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2024-03-09 09:20:57 +0800 |
commit | 651a1545c8b6150051a0b44857136efd419afc6f (patch) | |
tree | e09b4c242d5277681c743e345d23c3d099d15134 /debug | |
parent | liblzma: Fix a typo in a comment in the RISC-V filter. (diff) | |
download | xz-651a1545c8b6150051a0b44857136efd419afc6f.tar.xz |
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.
Diffstat (limited to 'debug')
0 files changed, 0 insertions, 0 deletions