| Commit message (Expand) | Author | Age | Files | Lines |
* | libelf: Fix some 32bit offset/size issues that break updating 4G+ files. | Mark Wielaard | 2019-06-28 | 11 | -43/+85 |
* | libelf: Mark shdr_flags dirty if offset or size changes during update. | Mark Wielaard | 2019-05-16 | 2 | -1/+9 |
* | libelf: Add n_namesz offset overflow check to gelf_get_note. | Mark Wielaard | 2019-05-04 | 2 | -2/+8 |
* | libelf: If xlate can only convert the ELF note header, just do that. | Mark Wielaard | 2019-05-04 | 2 | -2/+19 |
* | libelf: Sync elf.h from glibc | Mao Han | 2019-04-14 | 2 | -2/+98 |
* | libelf: Use posix_memalign instead of aligned_alloc. | Mark Wielaard | 2019-03-07 | 2 | -3/+22 |
* | libelf: Fix possible resource leak in elf[32|64]_updatefile. | Mark Wielaard | 2019-03-06 | 2 | -0/+6 |
* | libelf: Remove unused __elf_xfctstof. | Mark Wielaard | 2019-02-28 | 3 | -6/+5 |
* | libelf: Remove unused internal __elf[32|64]_msize functions. | Mark Wielaard | 2019-02-28 | 3 | -12/+7 |
* | libelf: There is just one ELF version. | Mark Wielaard | 2019-02-28 | 17 | -176/+111 |
* | libelf: Handle zero size decompressed data. | Mark Wielaard | 2019-02-19 | 2 | -13/+28 |
* | libelf: Make sure ar_size is terminated when reading ar long names. | Mark Wielaard | 2019-02-14 | 2 | -4/+23 |
* | configure: Add new --enable-install-elfh option. | Mark Wielaard | 2019-01-31 | 2 | -3/+15 |
* | libelf: Correct overflow check in note_xlate. | Mark Wielaard | 2019-01-16 | 2 | -2/+7 |
* | libelf: Get alignment correct when calling conversion functions. | Mark Wielaard | 2018-11-21 | 2 | -5/+36 |
* | libelf: Mark both fsize and msize with const attribute. | Mark Wielaard | 2018-11-16 | 2 | -2/+7 |
* | libelf: Correctly setup alignment of SHF_COMPRESSED section data. | Mark Wielaard | 2018-11-13 | 3 | -4/+17 |
* | strip: Also handle gnu compressed debug sections with --reloc-debug-sections | Mark Wielaard | 2018-11-13 | 2 | -3/+8 |
* | Handle GNU Build Attribute ELF Notes. | Mark Wielaard | 2018-11-13 | 2 | -0/+30 |
* | libelf: Explicitly update section data after (de)compression. | Mark Wielaard | 2018-11-09 | 3 | -1/+15 |
* | Recognize and parse GNU Property notes. | Mark Wielaard | 2018-10-29 | 11 | -43/+129 |
* | libelf: Fix shnum and section zero handling. | Mark Wielaard | 2018-09-13 | 3 | -1/+40 |
* | libelf: Fix some issues with ELF_C_RDWR_MMAP. | Mark Wielaard | 2018-09-13 | 3 | -11/+35 |
* | libelf: Return error if elf_compress_gnu is used on SHF_COMPRESSED section. | Mark Wielaard | 2018-08-18 | 3 | -1/+15 |
* | libelf: Fix documentation of elf_getshdrstrndx and elf_getshstrndx. | Mark Wielaard | 2018-07-27 | 2 | -4/+9 |
* | libelf: Don't return unaligned data returned from elf_getdata[_rawchunk]. | Mark Wielaard | 2018-06-22 | 4 | -10/+9 |
* | libelf: Sync elf.h from glibc. | Mark Wielaard | 2018-06-21 | 2 | -1/+8 |
* | libelf: Sync elf.h from glibc | Andreas Schwab | 2018-04-23 | 2 | -12/+63 |
* | libelf: Sync elf.h from glibc. | Mark Wielaard | 2018-02-17 | 2 | -2/+98 |
* | Use fallthrough attribute. | Joshua Watt | 2018-02-10 | 4 | -4/+12 |
* | libelf: Don't error out when sanity checking e_shoff if scncnt is zero. | Mark Wielaard | 2017-10-13 | 2 | -2/+7 |
* | libelf: Add ELF_E_INVALID_ELF error value. | Mark Wielaard | 2017-10-13 | 5 | -23/+78 |
* | Make sure packed structs follow the gcc memory layout | Ulf Hermann | 2017-09-20 | 2 | -1/+5 |
* | Check if gcc complains about __attribute__ (visibility(..)) | Ulf Hermann | 2017-08-18 | 2 | -1/+5 |
* | Check for -z,defs, -z,relro, -fPIC, -fPIE before using them | Ulf Hermann | 2017-08-18 | 2 | -3/+7 |
* | libelf: Sync elf.h from glibc. | Mark Wielaard | 2017-08-15 | 2 | -3/+97 |
* | ppc64: Add HTM SPRs support to readelf | Gustavo Romero | 2017-07-25 | 2 | -0/+5 |
* | Unify linking of libasm, libelf, libdw, backends | Ulf Hermann | 2017-07-24 | 2 | -5/+17 |
* | Avoid double-including config.h | Ulf Hermann | 2017-05-02 | 2 | -4/+4 |
* | Use F_GETFD rather than F_GETFL to check validity of file descriptor | Ulf Hermann | 2017-05-02 | 2 | -1/+5 |
* | Make __attribute__ conditional in all installed headers | Ulf Hermann | 2017-05-02 | 2 | -7/+36 |
* | On elf_update, remember when we mmap() | Ulf Hermann | 2017-04-28 | 2 | -0/+6 |
* | libelf: Initialize n to zero in elf_getarsym. | Mark Wielaard | 2017-04-19 | 2 | -1/+5 |
* | libelf: Always update last_offset in updatefile and updatemmap. | Mark Wielaard | 2017-04-04 | 2 | -5/+9 |
* | libelf: Check compression ratio before trying to allocate output buffer. | Mark Wielaard | 2017-04-03 | 2 | -0/+14 |
* | libelf: gelf_newehdr and gelf_newehdr should return void *. | Akihiko Odaki | 2016-12-07 | 4 | -10/+22 |
* | libelf: Sanity check offset and size before trying to malloc and read data. | Mark Wielaard | 2016-11-10 | 2 | -0/+16 |
* | libelf: Always set ELF maxsize when reading an ELF file for sanity checks. | Mark Wielaard | 2016-11-10 | 2 | -18/+27 |
* | Do not depend on some non-POSIX features. | Akihiko Odaki | 2016-10-13 | 3 | -8/+38 |
* | lib: Provide MAX and MIN in system.h | Akihiko Odaki | 2016-10-12 | 5 | -8/+10 |