summaryrefslogtreecommitdiff
path: root/libelf/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* libelf: Sync elf.h from glibc.Mark Wielaard2020-12-161-0/+4
* Consistently define _(Str) using dgettext ("elfutils", Str)Dmitry V. Levin2020-12-161-0/+4
* libelf: Make sure we have at least a full ELF header available.Mark Wielaard2020-12-161-0/+4
* libelf: fix spelling typos in commentsDmitry V. Levin2020-12-121-0/+11
* Remove unused Makefile variable GCC_INCLUDEDmitry V. Levin2020-12-111-0/+4
* Fix automake warningsDmitry V. Levin2020-12-101-0/+6
* Drop $(EXEEXT) suffix from shared librariesDmitry V. Levin2020-12-061-0/+4
* libelf: Update SH_ENTSIZE_HASH comment.Mark Wielaard2020-11-091-0/+4
* libelf: Check header exists in elf_strptrMark Wielaard2020-11-061-0/+4
* libelf: Set dst to zero on failure in __elf_getphdrnum_rdlockMark Wielaard2020-11-061-0/+5
* libelf: Use GElf_Ehdr instead of Elf handle in __libelf_data_typeMark Wielaard2020-11-061-0/+9
* libelf: Sync elf.h from glibc.Mark Wielaard2020-10-281-0/+4
* libelf: Sync elf.h from glibc.Mark Wielaard2020-09-071-0/+4
* libelf: Fixup SHF_COMPRESSED sh_addralign in elf_update if necessary.Mark Wielaard2020-08-191-0/+5
* libelf: Sync elf.h from glibc.Mark Wielaard2020-06-041-0/+4
* libelf: Check for NULL shdr in elf_strptr.Mark Wielaard2020-05-141-0/+4
* libelf: Check __gelf_getehdr_rdlock call doesn't fail in elf_getdata.Mark Wielaard2020-05-141-0/+5
* libelf: Fix double free in __libelf_compress on error path.Mark Wielaard2020-04-251-0/+4
* libelf: handle PN_XNUM in elf_getphdrnum before shdr 0 is cachedOmar Sandoval2020-03-231-0/+5
* libelf: {de,}compress: ensure zlib resource cleanupMatthias Maennich2020-03-201-0/+6
* libelf: Fix some 32bit offset/size issues that break updating 4G+ files.Mark Wielaard2019-06-281-0/+32
* libelf: Mark shdr_flags dirty if offset or size changes during update.Mark Wielaard2019-05-161-0/+5
* libelf: Add n_namesz offset overflow check to gelf_get_note.Mark Wielaard2019-05-041-0/+5
* libelf: If xlate can only convert the ELF note header, just do that.Mark Wielaard2019-05-041-0/+5
* libelf: Sync elf.h from glibcMao Han2019-04-141-0/+4
* libelf: Use posix_memalign instead of aligned_alloc.Mark Wielaard2019-03-071-0/+5
* libelf: Fix possible resource leak in elf[32|64]_updatefile.Mark Wielaard2019-03-061-0/+5
* libelf: Remove unused __elf_xfctstof.Mark Wielaard2019-02-281-0/+5
* libelf: Remove unused internal __elf[32|64]_msize functions.Mark Wielaard2019-02-281-0/+7
* libelf: There is just one ELF version.Mark Wielaard2019-02-281-0/+45
* libelf: Handle zero size decompressed data.Mark Wielaard2019-02-191-0/+10
* libelf: Make sure ar_size is terminated when reading ar long names.Mark Wielaard2019-02-141-0/+5
* configure: Add new --enable-install-elfh option.Mark Wielaard2019-01-311-0/+5
* libelf: Correct overflow check in note_xlate.Mark Wielaard2019-01-161-0/+5
* libelf: Get alignment correct when calling conversion functions.Mark Wielaard2018-11-211-0/+5
* libelf: Mark both fsize and msize with const attribute.Mark Wielaard2018-11-161-0/+5
* libelf: Correctly setup alignment of SHF_COMPRESSED section data.Mark Wielaard2018-11-131-0/+7
* strip: Also handle gnu compressed debug sections with --reloc-debug-sectionsMark Wielaard2018-11-131-0/+4
* Handle GNU Build Attribute ELF Notes.Mark Wielaard2018-11-131-0/+9
* libelf: Explicitly update section data after (de)compression.Mark Wielaard2018-11-091-0/+7
* Recognize and parse GNU Property notes.Mark Wielaard2018-10-291-0/+28
* libelf: Fix shnum and section zero handling.Mark Wielaard2018-09-131-0/+6
* libelf: Fix some issues with ELF_C_RDWR_MMAP.Mark Wielaard2018-09-131-0/+6
* libelf: Return error if elf_compress_gnu is used on SHF_COMPRESSED section.Mark Wielaard2018-08-181-0/+7
* libelf: Fix documentation of elf_getshdrstrndx and elf_getshstrndx.Mark Wielaard2018-07-271-0/+5
* libelf: Don't return unaligned data returned from elf_getdata[_rawchunk].Mark Wielaard2018-06-221-0/+7
* libelf: Sync elf.h from glibc.Mark Wielaard2018-06-211-0/+4
* libelf: Sync elf.h from glibcAndreas Schwab2018-04-231-0/+4
* libelf: Sync elf.h from glibc.Mark Wielaard2018-02-171-0/+4
* Use fallthrough attribute.Joshua Watt2018-02-101-0/+8