ppc64: Add minimal fallback unwinder.
[platform/upstream/elfutils.git] / libelf /
2017-05-02 Ulf HermannAvoid double-including config.h
2017-05-02 Ulf HermannUse F_GETFD rather than F_GETFL to check validity of...
2017-05-02 Ulf HermannMake __attribute__ conditional in all installed headers
2017-04-27 Ulf HermannOn elf_update, remember when we mmap()
2017-04-19 Mark Wielaardlibelf: Initialize n to zero in elf_getarsym.
2017-04-03 Mark Wielaardlibelf: Always update last_offset in updatefile and...
2017-04-03 Mark Wielaardlibelf: Check compression ratio before trying to alloca...
2016-12-07 Akihiko Odakilibelf: gelf_newehdr and gelf_newehdr should return...
2016-11-10 Mark Wielaardlibelf: Sanity check offset and size before trying...
2016-11-10 Mark Wielaardlibelf: Always set ELF maxsize when reading an ELF...
2016-10-13 Akihiko OdakiDo not depend on some non-POSIX features.
2016-10-12 Akihiko Odakilib: Provide MAX and MIN in system.h
2016-08-15 Mark Wielaardlibelf: Fix memory leak in elf_compress for mmapped...
2016-08-03 Mark WielaardRemove eu-ld and unused code.
2016-07-11 Mark Wielaardlibelf: Allow updating phdrs for any e_type.
2016-06-28 John Ognesslibelf: find 1st section instead of assuming
2016-06-28 Richard HendersonSync elf.h from glibc
2016-04-14 Mark Wielaardlibelf: Fix memory leak when zlib deflateInit fails...
2016-02-22 Mark Wielaardlibelf: Don't leak memory when out of memory in updatemmap.
2016-02-19 Mark WielaardAdd new i386 and x86_64 relocation types.
2016-02-15 Mark WielaardAdd NT_ARM_SYSTEM_CALL aarch64 syscall regset.
2016-02-10 Mark Wielaardlibelf: elf_getdata should not adjust alignment for...
2016-01-23 Chih-Hung HsiehMove nested functions in elf_compress.c and elf_strptr.c.
2016-01-14 Mark Wielaardlibelf: Add ELF compression types and defines to libelf...
2016-01-06 Mark Wielaardlibelf: Make elf_strptr index correctly into compressed...
2016-01-06 Mark Wielaardlibelf: Add elf_compress and elf_compress_gnu.
2016-01-06 Mark Wielaardlibelf: Add elf32_getchdr, elf64_getchdr and gelf_getchdr.
2015-10-26 Mark WielaardMake zlib mandatory.
2015-10-22 Mark Wielaardelf.h: Update from glibc. Add section compression const...
2015-10-22 Jose E. Marchesilibelf: use the right size when preading in[0].sh_size
2015-10-22 Chih-Hung HsiehMove nested functions in libelf.
2015-10-14 Josh Stonelibelf: Use int64_t for offsets in libelf.h
2015-10-12 Mark Wielaardlibelf: Only use posix_fallocate when using mmap. Ignor...
2015-10-09 Josh StoneTrust AC_SYS_LARGEFILE to provide large file support
2015-10-07 Chih-Hung HsiehDo without union of variable length arrays.
2015-10-07 Josh StoneImprove AM_SILENT_RULES coverage
2015-10-06 Jose E. MarchesiUse -fPIC instead of -fpic when generating PIC code.
2015-10-05 Mark Wielaardlibelf: Always update e_version and e_shentsize in...
2015-09-23 Mark WielaardProperly mark all internal function definitions.
2015-09-23 Mark WielaardRemove old-style function definitions.
2015-09-23 Mark WielaardUpdate dl-hash.h from glibc.
2015-06-19 Mark Wielaardlibelf: Don't leak memory on failure paths in elf_updat...
2015-06-19 Mark Wielaardlibelf: Check symbol section header exists before use...
2015-06-19 Mark Wielaardlibelf: Always call ftruncate before posix_fallocate...
2015-06-09 Mark Wielaardlibelf: Make sure elf_getdata_rawchunk returns aligned...
2015-06-09 Mark Wielaardlibelf: Make sure conversion functions work on aligned...
2015-06-08 Mark Wielaardlibelf: Check e_shoff alignment before direct access...
2015-06-08 Mark Wielaardlibelf: Split checks for ehdr and shdr, drop phdr check...
2015-06-05 Mark Wielaardlibelf: Fix possible unbounded stack usage in load_shdr...
2015-06-05 Mark Wielaardlibelf: Fix possible unbounded stack usage in getphdr_w...
2015-06-05 Mark Wielaardlibelf: Fix unbounded stack usage in elf_getarsym for...
2015-06-05 Mark Wielaardlibelf: Don't call memmove with possible NULL buffer.
2015-06-05 Mark Wielaardlibelf: Don't call mempcpy with possible NULL d_buf.
2015-05-27 Mark Wielaardlibelf: Fix possible unbounded stack usage in updatefile.
2015-05-27 Mark Wielaardlibelf: Fix possible unbounded stack usage in updatemmap.
2015-05-27 Mark Wielaardlibelf: Fix possible unbounded stack usage in elf_getarsym.
2015-05-27 Mark Wielaardlibelf: Use posix_fallocate instead of ftruncate to...
2015-05-18 Mark Wielaardlibelf: If e_phnum is zero then set e_phoff also to...
2015-05-18 Mark Wielaardlibelf: More checking of valid sh_addralign values.
2015-05-18 Mark Wielaardlibelf: Make sure shdrs are valid before storing extend...
2015-05-13 Mark WielaardAlways call gelf_fsize with EV_CURRENT as argument.
2015-05-06 Mark Wielaardlibelf: Make sure version xlate dest buffer is fully...
2015-04-28 Mark WielaardUpdate elf.h from glibc.
2015-03-27 Mark Wielaardlibelf: Don't extend ELF file size with SHT_NOBITS...
2015-02-19 Mark Wielaardlibelf: Make __libelf_set_data_list_rdlock an internal_...
2015-02-07 Jan Kratochvillibelf: Consider sh_addralign 0 as 1
2015-02-06 Mark Wielaardlibelf: Make sure string returned by elf_strptr is...
2015-02-06 Mark Wielaardlibelf: elf_strptr should use datalist when data has...
2015-02-06 Mark Wielaardlibelf: Fix elf_newdata when raw ELF file/image data...
2015-02-06 Mark Wielaardlibelf: elf_strptr should fetch the shdr for the sectio...
2015-01-15 Mark Wielaardlibelf: gelf_getphdr should check phdr index is valid.
2015-01-12 Mark Wielaardlibelf: ar_size cannot be negative. Fix max ar size.
2014-12-28 Alexander Cherepanovlibelf: Fix dir traversal vuln in ar extraction.
2014-12-18 Ulrich Drepperavoid scary command output
2014-12-17 Mark Wielaardlibelf: Make sure ar archive long_names len fits in...
2014-12-17 Mark Wielaardlibelf: Check index_size doesn't overflow in elf_getarsym.
2014-12-17 Mark Wielaardlibelf: Clear any garbage left in the ar name table.
2014-12-15 Mark Wielaardlibelf: Correct ELF64 section offset check in file_read...
2014-12-15 Mark Wielaardlibelf: Add some ar header sanity checking.
2014-12-12 Mark Wielaardlibelf: Make sure n * w doesn't overflow in elf_getarsym.
2014-12-04 Mark WielaardAdd configure --disable-textrelcheck option to enable...
2014-11-26 Mark Wielaardlibelf: Change signed overflow check to unsigned in...
2014-11-26 Mark Wielaardlibelf: Copy over any leftover data from src to dest...
2014-11-26 Mark Wielaardlibelf: elf_getphdrnum sanity check the returned phnum...
2014-11-18 Mark Wielaardlibelf: Check for overflow in version_xlate elf_cvt_Ver...
2014-11-17 Mark WielaardCheck elf_strptr didn't fail getting section name.
2014-11-16 Mark Wielaardlibelf: elf_getshdrstrndx cannot use SHN_XINDEX without...
2014-11-16 Mark Wielaardlibelf: Fix handling of (extended) phnum.
2014-11-16 Mark Wielaardgelf_getnote: Check padding overflow.
2014-11-16 Mark Wielaardlibelf: getdata check 64bit values correctly on 32bit...
2014-11-14 Mark Wielaardlibelf: gelf_getnote check for offset overflow.
2014-11-13 Mark Wielaardlibelf: Fix unsigned overflow check in elf_getdata.
2014-11-13 Mark Wielaardlibelf: Use mempcpy not __mempcpy.
2014-11-08 Mark Wielaardlibelf: Correct shdr size check for (raw) getdata.
2014-09-11 Petr Machataelf_begin sets elf_errno for cases that the file is...
2014-07-04 Mark WielaardUpdate elf.h from glibc.
2014-04-18 Mark WielaardRemove mudflap build option.
2014-01-23 Jakub Jelinekrobustify: libelf gelf define INVALID_NDX macro.
2014-01-23 Jakub Jelinekrobustify: libelf.
2013-11-11 Mark Wielaardlibelf: Only memcpy ehdr back when not already directly...
next