aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/simple/simple_encoder.h
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2024-03-09 09:20:57 +0800
committerJia Tan <jiat0218@gmail.com>2024-03-09 09:20:57 +0800
commit651a1545c8b6150051a0b44857136efd419afc6f (patch)
treee09b4c242d5277681c743e345d23c3d099d15134 /src/liblzma/simple/simple_encoder.h
parentliblzma: Fix a typo in a comment in the RISC-V filter. (diff)
downloadxz-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 'src/liblzma/simple/simple_encoder.h')
0 files changed, 0 insertions, 0 deletions