mirror of
https://github.com/fluencelabs/musl
synced 2025-06-01 09:01:40 +00:00
the 32-bit pc-relative address for stage 2 of dynamic linker entry was wrongly loaded with a zero-extending load instead of sign-extending load, resulting in an invalid jump if the offset happened to be negative, which depends on the linker's ordering of text sections.