summaryrefslogtreecommitdiffstats
path: root/libelf
Commit message (Expand)AuthorAgeFilesLines
* libelf: Don't crash elf[32|64]_xlateto[fm] on bad arguments.Mark Wielaard2024-09-112-0/+18
* elf*_xlatetof: do not check ELF_T_NHDR[8] has integer number of recordsMark Wielaard2024-09-111-1/+5
* lib: Add eu_tsearch, eu_tfind, eu_tdelete and eu_tdestroyHeather McIntyre2024-08-204-15/+22
* libelf: Fix deadlock in elf_cntlHeather McIntyre2024-08-201-11/+3
* libelf: Fix deadlock in __libelf_readallHeather McIntyre2024-08-202-12/+16
* libelf: Sync elf.h from glibcMark Wielaard2024-08-171-0/+4
* libelf: elf32_getshdr might leak section header when out of memoryMark Wielaard2024-06-231-1/+1
* libelf: Sync elf.h from glibcMark Wielaard2024-05-311-1/+11
* Hexagon: implement machine flag checkMatheus Tavares Bernardino2024-04-041-0/+1
* Add support for HexagonMatheus Tavares Bernardino2024-04-041-0/+131
* Support Mips architectureYing Huang2024-03-291-0/+3
* libelf: Sync elf.h from glibcXi Ruoyao2024-02-241-1/+30
* libelf: Treat elf_memory as if using ELF_C_READ_MMAPMark Wielaard2024-02-021-1/+1
* libelf: check decompressed ZSTD sizeAleksei Vetrov2023-11-241-1/+1
* Minor: include <stdint.h> for uintptr_tPaul Pluzhnikov2023-11-151-0/+1
* libelf: Fix elf_begin.c build on 32bit arches.Mark Wielaard2023-11-141-1/+1
* Fix computations with (potentially) NULL pointerPaul Pluzhnikov2023-11-141-14/+10
* libelf: Fix possible memory leak in elf_getdata_rawchunkMark Wielaard2023-11-141-0/+5
* libelf/elf_newscn.c: fix build failure against gcc-14 (-Walloc-size)upstream/masterSergei Trofimovich2023-11-031-3/+3
* libelf: Make elf32_getchdr and elf64_getchdr thread-safeHeather McIntyre2023-10-146-44/+85
* libelf: Fix elf_end deadlockHeather McIntyre2023-10-141-1/+4
* libelf: Make elf_version thread-safeHeather McIntyre2023-10-141-1/+10
* libelf: Sync elf.h from glibcYing Huang2023-10-131-2/+107
* libelf: tdelete dummy key if anything goes wrong setting up rawchunkMark Wielaard2023-09-111-2/+6
* libelf: fix typos in commentCOCOCO X2023-09-102-1/+5
* libelf: Sync elf.h from GlibcXi Ruoyao2023-08-291-0/+9
* libelf, readelf, elflint: Add RELR supportMark Wielaard2023-08-297-2/+27
* libelf: Remove elf_scncnt from libelf.mapMark Wielaard2023-08-281-1/+0
* libelf: Free and clear rawdata_base and zdata_base consistentlyMark Wielaard2023-08-022-2/+17
* libelf: Replace list of elf_getdata_rawchunk results with a treeMark Wielaard2023-06-273-30/+52
* libelf: Sync elf.h from glibcAndreas Schwab2023-06-271-3/+10
* libelf: Sync elf.h from glibc.Youling Tang2023-04-072-1/+45
* libelf: Document and make ELFCOMPRESS_ZSTD usable with old system elf.hMark Wielaard2023-03-032-4/+14
* libelf: memmove any extra bytes left by elf_cvt_gnuhash conversionMark Wielaard2023-02-232-2/+14
* configure: Add --enable-sanitize-memoryIlya Leoshkevich2023-02-141-1/+2
* support ZSTD compression algorithmMartin Liska2022-12-234-57/+262
* libelf: Sync elf.h from glibcMark Wielaard2022-12-012-7/+33
* libelf: Sync elf.h from glibcMark Wielaard2022-10-292-5/+17
* libelf/libdwfl: Remove LIB_SYSTEM_H define in lib{elf,dwfl}_crc32.cYonggang Luo2022-10-272-1/+4
* Strip __ prefix from __BYTE_ORDER __LITTLE_ENDIAN and __BIG_ENDIANYonggang Luo2022-10-175-8/+14
* Move the #include <libintl.h> into eu-config.hYonggang Luo2022-10-161-1/+0
* move platform depended include into system.h of libelfYonggang Luo2022-10-1622-39/+26
* libelf: Correctly decode ar_mode as octal stringMark Wielaard2022-09-142-2/+28
* libelf: Sync elf.h from glibcAndreas Schwab2022-08-082-3/+100
* libelf: Check for mremap, elf_update needs it for ELF_C_RDWR_MMAPMark Wielaard2022-04-242-0/+6
* libelf: Return already gotten Elf_Data from elf_getdata_rawchunkMark Wielaard2022-04-053-0/+24
* libelf: Also copy/convert partial datastructures in xlate functionsMark Wielaard2022-03-302-2/+13
* libelf: Sync elf.h from glibc.Mark Wielaard2022-03-242-24/+87
* libelf: Correct alignment of ELF_T_GNUHASH data for ELFCLASS64Mark Wielaard2022-03-232-6/+15
* libelf: Don't overflow offsets in elf_cvt_Verneed and elf_cvt_VerdefMark Wielaard2022-03-202-8/+55