Skip to content

PatchELF 0.14

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 17:58
· 268 commits to master since this release
babde50
  • Bug fixes:
    • Fix corrupted library names when using --replace-needed multiple times
    • Fix setting an empty rpath
    • Don't try to parse .dynamic section of type NOBITS
    • Fix use-after-free in normalizeNoteSegments
    • Correct EINTR handling in writeFile
    • MIPS: Adjust PT_MIPS_ABIFLAGS segment and DT_MIPS_RLD_MAP_REL dynamic section if present
    • Fix binaries without .gnu.hash section
  • Support loongarch architecture
  • Remove limits on output file size for elf files
  • Allow reading rpath from file
  • Requires now C++17 for building