summaryrefslogtreecommitdiffstats
path: root/libelf/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* libelf: Make elf_strptr index correctly into compressed section data.upstream/mjw/compress3Mark Wielaard2015-11-261-0/+10
* libelf: Add elf_compress and elf_compress_gnu.Mark Wielaard2015-11-261-0/+24
* libelf: Add elf32_getchdr, elf64_getchdr and gelf_getchdr.Mark Wielaard2015-11-201-0/+26
* Make zlib mandatory.Mark Wielaard2015-10-261-0/+4
* elf.h: Update from glibc. Add section compression constants and structures.Mark Wielaard2015-10-221-0/+5
* libelf: use the right size when preading in[0].sh_sizeJose E. Marchesi2015-10-221-0/+5
* Move nested functions in libelf.Chih-Hung Hsieh2015-10-221-0/+7
* libelf: Use int64_t for offsets in libelf.hJosh Stone2015-10-141-0/+4
* libelf: Only use posix_fallocate when using mmap. Ignore unsupported errors.Mark Wielaard2015-10-121-0/+5
* Trust AC_SYS_LARGEFILE to provide large file supportJosh Stone2015-10-091-0/+5
* Do without union of variable length arrays.Chih-Hung Hsieh2015-10-071-0/+5
* Improve AM_SILENT_RULES coverageJosh Stone2015-10-061-0/+4
* Use -fPIC instead of -fpic when generating PIC code.Jose E. Marchesi2015-10-061-0/+5
* libelf: Always update e_version and e_shentsize in elf_update.Mark Wielaard2015-10-051-0/+5
* Properly mark all internal function definitions.Mark Wielaard2015-09-231-0/+14
* Remove old-style function definitions.Mark Wielaard2015-09-231-0/+4
* Update dl-hash.h from glibc.Mark Wielaard2015-09-231-0/+4
* libelf: Don't leak memory on failure paths in elf_updatefile.Mark Wielaard2015-06-191-0/+5
* libelf: Check symbol section header exists before use in nlist.Mark Wielaard2015-06-191-0/+4
* libelf: Always call ftruncate before posix_fallocate to set the right size.Mark Wielaard2015-06-191-0/+5
* libelf: Make sure elf_getdata_rawchunk returns aligned data.Mark Wielaard2015-06-091-0/+8
* libelf: Make sure conversion functions work on aligned data for type.Mark Wielaard2015-06-091-0/+5
* libelf: Check e_shoff alignment before direct access of Elf(32|64)_Shdr.Mark Wielaard2015-06-081-0/+5
* libelf: Split checks for ehdr and shdr, drop phdr check in file_read_elf.Mark Wielaard2015-06-081-0/+5
* libelf: Fix possible unbounded stack usage in load_shdr_wrlock.Mark Wielaard2015-06-051-0/+5
* libelf: Fix possible unbounded stack usage in getphdr_wrlock.Mark Wielaard2015-06-051-0/+5
* libelf: Fix unbounded stack usage in elf_getarsym for !ALLOW_UNALIGNED case.Mark Wielaard2015-06-051-0/+5
* libelf: Don't call memmove with possible NULL buffer.Mark Wielaard2015-06-051-0/+4
* libelf: Don't call mempcpy with possible NULL d_buf.Mark Wielaard2015-06-051-0/+5
* libelf: Fix possible unbounded stack usage in updatefile.Mark Wielaard2015-05-271-0/+5
* libelf: Fix possible unbounded stack usage in updatemmap.Mark Wielaard2015-05-271-0/+5
* libelf: Fix possible unbounded stack usage in elf_getarsym.Mark Wielaard2015-05-271-0/+5
* libelf: Use posix_fallocate instead of ftruncate to extend ELF file.Mark Wielaard2015-05-271-0/+5
* libelf: If e_phnum is zero then set e_phoff also to zero.Mark Wielaard2015-05-181-0/+5
* libelf: More checking of valid sh_addralign values.Mark Wielaard2015-05-181-0/+7
* libelf: Make sure shdrs are valid before storing extended phnum in newphdr.Mark Wielaard2015-05-181-0/+6
* Always call gelf_fsize with EV_CURRENT as argument.Mark Wielaard2015-05-131-0/+4
* libelf: Make sure version xlate dest buffer is fully defined.Mark Wielaard2015-05-061-0/+5
* Update elf.h from glibc.Mark Wielaard2015-04-281-0/+4
* libelf: Don't extend ELF file size with SHT_NOBITS sh_offset.Mark Wielaard2015-03-271-0/+5
* libelf: Make __libelf_set_data_list_rdlock an internal_function.Mark Wielaard2015-02-191-0/+4
* libelf: Consider sh_addralign 0 as 1Jan Kratochvil2015-02-071-0/+5
* libelf: Make sure string returned by elf_strptr is NUL terminated.Mark Wielaard2015-02-061-0/+5
* libelf: elf_strptr should use datalist when data has been added to section.Mark Wielaard2015-02-061-0/+5
* libelf: Fix elf_newdata when raw ELF file/image data is available.Mark Wielaard2015-02-061-0/+9
* libelf: elf_strptr should fetch the shdr for the section if not yet known.Mark Wielaard2015-02-061-0/+5
* libelf: gelf_getphdr should check phdr index is valid.Mark Wielaard2015-01-151-0/+8
* libelf: ar_size cannot be negative. Fix max ar size.Mark Wielaard2015-01-121-0/+5
* libelf: Fix dir traversal vuln in ar extraction.Alexander Cherepanov2014-12-291-0/+5
* avoid scary command outputUlrich Drepper2014-12-181-0/+4