Add configure --disable-textrelcheck option to enable CC=afl-fuzz on 32bit.
[platform/upstream/elfutils.git] / libelf / ChangeLog
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...
2013-11-05 Mark Wielaardlibelf: Write all section headers if elf flags contains...
2013-11-05 Michael ForneyCheck for prefixed ar, readelf, and nm
2013-10-01 Petr MachataUpdate elf.h from glibc
2013-09-25 Petr MachataUpdate elf.h from glibc
2013-08-28 Namhyung Kimgelf.h: Fix typo in comment.
2013-08-28 Mark Wielaardgelf_getauxv: Add missing whitespace.
2013-08-27 Mark Wielaardgelf_getauxv: Remove unnecessary casts to char *.
2013-08-26 Kurt Roeckxgelf_getauxv: Use memcpy, not pointer deref, to avoid...
2013-01-07 Roland McGrathelf_getarsym: Handle unaligned data in archive index.
2013-01-07 Roland McGrathelf_getarsym: Use memcpy instead of pointer dereference...
2012-09-17 Petr MachataUpdate elf.h from glibc.
2012-08-16 Roland McGrathUpdate elf.h from glibc.
2012-08-14 Mark Wielaardelf32_checksum.c: Removed unused ebl_debugscn_p define...
2012-08-07 Petr MachataImplement support for archives with 64-bit symbol table
2012-07-24 Mark Wielaardelf_getshdr should work for elf->flags & ELF_F_MALLOCED.
2012-07-19 Mark WielaardMerge branch 'debug_macro'
2012-07-19 Mark WielaardMerge branch 'gdb_index7'
2012-07-17 Petr Machataelf*_xlatetom: do not check ELF_T_NHDR has integer...
2012-04-02 Mark Wielaardelf32_offscn.c: Do not match SHT_NOBITS sections at...
2012-03-22 Roland McGrathDon't exclude sh_type >= SHT_NUM from stripping.
2012-02-26 Mark Wielaardelf_end.c (elf_end): Call rwlock_unlock before rwlock_fini.
2011-01-05 Jan KratochvilFix off64_t overflow when MAXIMUM_SIZE == ~0.
2010-08-18 Roland McGrathAdd missing size entries for ELF_T_LIB and ELF_T_GNUHASH.
2010-06-14 Ulrich DrepperImplicitly set dirty bit
2010-04-14 Roland McGrathHandle truncated phdrs without crash.
2010-04-13 Roland McGrathUpdate elf.h from glibc.
2010-04-11 Matt FlemingComplete SH port.
2010-04-06 Roland McGrathFix some message typos and xgettext markers.
2010-04-06 Petr MachataMerge remote branch 'origin/pmachata/576283'
2010-04-06 Petr MachataFix for the same
2010-03-11 Roland McGrathelf.h: Update from glibc.
2010-03-05 Ulrich DrepperUpdate elf.h
2010-02-17 Roland McGrathAvoid wild section data pointers from bogus sh_offset...
2010-02-15 Roland McGrathClean up and consolidate automake magic to reduce dupli...
2010-01-08 Roland McGrathAdd elf_getphdrnum, support >65536 phdrs.
2010-01-05 Lubomir RintelFix fill_mmap for sections past the section headers
2009-11-10 Roland McGrath__libelf_readall: Fetch file size if not yet known.
2009-11-06 Mark WielaardMark the archive header as unusable when there is no...
2009-08-12 Mark WielaardMakefile.am (libelf.so): Use -Wl,-z,defs not -defs.
2009-07-26 Ulrich DrepperUpdate elf.h from glibc.
2009-07-22 Lubomir RintelFix handling of gaps between sections when writing...
2009-07-08 Roland McGrathReorder Elf struct members for optimal packing.
2009-07-08 Ulrich DrepperAdd support for STB_GNU_UNIQUE to libebl.
2009-06-13 Ulrich DrepperAdd aliases for elf_getshnum and elf_getshstrndx.
2009-06-01 Ulrich DrepperAdd support for IRELATIVE relocations.
2009-05-05 Petr MachataMerge commit 'origin/master' into pmachata/pending
2009-04-29 Ulrich DrepperMerge branch 'master' of ssh://git.fedorahosted.org...
2009-04-15 Roland McGrathNominal ARM support.
2009-04-02 Roland McGrathUpdate elf.h and some tables; fill in sparc backend...
2009-02-11 Roland McGrathtypo
2009-02-11 Ulrich DrepperMerge branch 'master' of ssh://git.fedorahosted.org...
2009-02-11 Ulrich DrepperDon't write uninitialized data into zeroth section...
2009-02-06 Ulrich DrepperMerge branch 'master' of ssh://git.fedorahosted.org...
2009-02-02 Ulrich DrepperDocument possible elf_strptr problem.
2009-01-26 Ulrich DrepperFix commit in updatenull_wrlock wrt to layout resulting...
2009-01-23 Ulrich DrepperMerge branch 'master' of ssh://git.fedorahosted.org...
2009-01-23 Ulrich DrepperWhen writing ELF files in libelf, fill the gap between...
2009-01-22 Ulrich DrepperCleanup of loop to write out section content.
2009-01-22 Ulrich DrepperRemove duplicate commits.
2009-01-22 Ulrich DrepperMerge branch 'master' of ssh://git.fedorahosted.org...
2009-01-22 Roland McGrathFix possible crash in note conversion.
2009-01-21 Roland McGrathFix possible crash in note conversion.
2009-01-21 Ulrich DrepperFix accounting of last written position when updating...
2009-01-11 Ulrich DrepperWe only have one translation domain, elfutils. Change...
2009-01-11 Ulrich DrepperMerge commit 'origin/roland/fixes-for-c++'
2009-01-11 Ulrich DrepperRequire __thread support in compiler.
2008-12-18 Roland McGrathMerge branch 'master' of ssh://git.fedorahosted.org...
2008-12-16 Roland McGrathMerge branch 'master' into roland/pending
2008-12-16 Roland McGrathMerge commit '970a1663'
2008-12-16 Roland McGrathMerge branch 'master' into roland/pending
2008-12-12 Roland McGrathDon't crash in fill code when sh_offset layout is out...
2008-12-12 Roland McGrathlibelf.h (Elf_Data): Whitespace fix.
2008-12-11 Roland McGrath* elf_getarhdr.c (elf_getarhdr): Fix missing rename...
2008-12-04 Ulrich Drepperpropagate from branch 'com.redhat.elfutils.roland.pendi...
2008-12-03 Roland McGrathsrc/
2008-09-30 Roland McGrathlibdwfl/
2008-08-25 Roland McGrathFix up bogon and missing log entries from .pmachata...
2008-08-16 Ulrich DrepperFix build problem after merge of pmachata.threads branc...
2008-08-16 Ulrich Drepperpropagate from branch 'com.redhat.elfutils.pmachata...
2008-08-07 Roland McGrathsrc/
next