authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-12 02:10:41+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-12-12 02:10:41+01:00
log27e5047a888fbfd6c9db6a8374e070eb0deb5d0a
treee3509796ab17b1867b349c96038ea36c20c60631
parent1add36403a07f81c0a08c5d529c50b1fff0d1a5a
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

musl: add nop after b to __dlsym in powerpc64 ldso code

https://www.openwall.com/lists/musl/2025/12/12/1

1 files changed, 1 insertions(+), 0 deletions(-)

lib/libc/musl/src/ldso/powerpc64/dlsym.s+1
...@@ -8,4 +8,5 @@ dlsym:...@@ -8,4 +8,5 @@ dlsym:
8 .localentry dlsym,.-dlsym8 .localentry dlsym,.-dlsym
9 mflr 5 # The return address is arg3.9 mflr 5 # The return address is arg3.
10 b __dlsym10 b __dlsym
11 nop
11 .size dlsym, .-dlsym12 .size dlsym, .-dlsym