mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
Some weird linkers may emit PT_LOAD segments with memsz = 0. ELF specification does not forbid this, but such a segment with non-zero p_vaddr will result in reclaiming of invalid memory address. This patch skips such segments during reclaiming for better compatibility. |
||
---|---|---|
.. | ||
dlstart.c | ||
dynlink.c |