elfutils.spec: Add BuildRequires: curl
[platform/upstream/elfutils.git] / libelf /
2019-06-28 Mark Wielaardlibelf: Fix some 32bit offset/size issues that break...
2019-05-16 Mark Wielaardlibelf: Mark shdr_flags dirty if offset or size changes...
2019-05-04 Mark Wielaardlibelf: Add n_namesz offset overflow check to gelf_get_...
2019-05-04 Mark Wielaardlibelf: If xlate can only convert the ELF note header...
2019-04-14 Mao Hanlibelf: Sync elf.h from glibc
2019-03-07 Mark Wielaardlibelf: Use posix_memalign instead of aligned_alloc.
2019-03-06 Mark Wielaardlibelf: Fix possible resource leak in elf[32|64]_update...
2019-02-28 Mark Wielaardlibelf: Remove unused __elf_xfctstof.
2019-02-28 Mark Wielaardlibelf: Remove unused internal __elf[32|64]_msize funct...
2019-02-28 Mark Wielaardlibelf: There is just one ELF version.
2019-02-19 Mark Wielaardlibelf: Handle zero size decompressed data.
2019-02-14 Mark Wielaardlibelf: Make sure ar_size is terminated when reading...
2019-01-31 Mark Wielaardconfigure: Add new --enable-install-elfh option.
2019-01-16 Mark Wielaardlibelf: Correct overflow check in note_xlate.
2018-11-21 Mark Wielaardlibelf: Get alignment correct when calling conversion...
2018-11-16 Mark Wielaardlibelf: Mark both fsize and msize with const attribute.
2018-11-13 Mark Wielaardlibelf: Correctly setup alignment of SHF_COMPRESSED...
2018-11-13 Mark Wielaardstrip: Also handle gnu compressed debug sections with...
2018-11-13 Mark WielaardHandle GNU Build Attribute ELF Notes.
2018-11-09 Mark Wielaardlibelf: Explicitly update section data after (de)compre...
2018-10-28 Mark WielaardRecognize and parse GNU Property notes.
2018-09-13 Mark Wielaardlibelf: Fix shnum and section zero handling.
2018-09-13 Mark Wielaardlibelf: Fix some issues with ELF_C_RDWR_MMAP.
2018-08-18 Mark Wielaardlibelf: Return error if elf_compress_gnu is used on...
2018-07-27 Mark Wielaardlibelf: Fix documentation of elf_getshdrstrndx and...
2018-06-22 Mark Wielaardlibelf: Don't return unaligned data returned from elf_g...
2018-06-21 Mark Wielaardlibelf: Sync elf.h from glibc.
2018-04-23 Andreas Schwablibelf: Sync elf.h from glibc
2018-02-16 Mark Wielaardlibelf: Sync elf.h from glibc.
2018-02-10 Joshua WattUse fallthrough attribute.
2017-10-13 Mark Wielaardlibelf: Don't error out when sanity checking e_shoff...
2017-10-13 Mark Wielaardlibelf: Add ELF_E_INVALID_ELF error value.
2017-09-20 Ulf HermannMake sure packed structs follow the gcc memory layout
2017-08-18 Ulf HermannCheck if gcc complains about __attribute__ (visibility...
2017-08-18 Ulf HermannCheck for -z,defs, -z,relro, -fPIC, -fPIE before using...
2017-08-15 Mark Wielaardlibelf: Sync elf.h from glibc.
2017-07-25 Gustavo Romeroppc64: Add HTM SPRs support to readelf
2017-07-24 Ulf HermannUnify linking of libasm, libelf, libdw, backends
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...
next