summaryrefslogtreecommitdiffstats
path: root/libelf
Commit message (Expand)AuthorAgeFilesLines
...
| * Always call gelf_fsize with EV_CURRENT as argument.Mark Wielaard2015-05-132-1/+5
| * libelf: Make sure version xlate dest buffer is fully defined.Mark Wielaard2015-05-062-1/+16
| * Update elf.h from glibc.Mark Wielaard2015-04-282-10/+184
| * libelf: Don't extend ELF file size with SHT_NOBITS sh_offset.Mark Wielaard2015-03-272-4/+8
| * libelf: Make __libelf_set_data_list_rdlock an internal_function.Mark Wielaard2015-02-192-1/+5
| * libelf: Consider sh_addralign 0 as 1Jan Kratochvil2015-02-072-1/+6
| * libelf: Make sure string returned by elf_strptr is NUL terminated.Mark Wielaard2015-02-062-2/+26
| * libelf: elf_strptr should use datalist when data has been added to section.Mark Wielaard2015-02-062-6/+17
| * libelf: Fix elf_newdata when raw ELF file/image data is available.Mark Wielaard2015-02-064-41/+89
| * libelf: elf_strptr should fetch the shdr for the section if not yet known.Mark Wielaard2015-02-062-5/+12
| * libelf: gelf_getphdr should check phdr index is valid.Mark Wielaard2015-01-154-28/+40
| * libelf: ar_size cannot be negative. Fix max ar size.Mark Wielaard2015-01-122-1/+13
| * libelf: Fix dir traversal vuln in ar extraction.Alexander Cherepanov2014-12-292-4/+6
| * avoid scary command outputUlrich Drepper2014-12-182-1/+5
| * libelf: Make sure ar archive long_names len fits in mapped ELF file.Mark Wielaard2014-12-172-5/+15
| * libelf: Check index_size doesn't overflow in elf_getarsym.Mark Wielaard2014-12-172-1/+6
| * libelf: Clear any garbage left in the ar name table.Mark Wielaard2014-12-172-2/+11
| * libelf: Correct ELF64 section offset check in file_read_elf.Mark Wielaard2014-12-152-2/+6
| * libelf: Add some ar header sanity checking.Mark Wielaard2014-12-152-3/+18
| * libelf: Make sure n * w doesn't overflow in elf_getarsym.Mark Wielaard2014-12-122-1/+5
| * Add configure --disable-textrelcheck option to enable CC=afl-fuzz on 32bit.Mark Wielaard2014-12-042-1/+5
| * libelf: Change signed overflow check to unsigned in elf_getdata_rawchunk.Mark Wielaard2014-11-262-3/+9
| * libelf: Copy over any leftover data from src to dest in elf_cvt_note.Mark Wielaard2014-11-262-1/+11
| * libelf: elf_getphdrnum sanity check the returned phnum result.Mark Wielaard2014-11-262-0/+38
| * libelf: Check for overflow in version_xlate elf_cvt_Verdef and elf_cvt_Verneed.Mark Wielaard2014-11-182-4/+9
| * Check elf_strptr didn't fail getting section name.Mark Wielaard2014-11-172-2/+7
| * libelf: elf_getshdrstrndx cannot use SHN_XINDEX without section headers.Mark Wielaard2014-11-172-0/+20
| * libelf: Fix handling of (extended) phnum.Mark Wielaard2014-11-173-7/+24
| * gelf_getnote: Check padding overflow.Mark Wielaard2014-11-162-2/+11
| * libelf: getdata check 64bit values correctly on 32bit arch.Mark Wielaard2014-11-162-3/+8
| * libelf: gelf_getnote check for offset overflow.Mark Wielaard2014-11-142-2/+7
| * libelf: Fix unsigned overflow check in elf_getdata.Mark Wielaard2014-11-132-3/+7
| * libelf: Use mempcpy not __mempcpy.Mark Wielaard2014-11-132-2/+6
| * libelf: Correct shdr size check for (raw) getdata.Mark Wielaard2014-11-083-6/+15
| * elf_begin sets elf_errno for cases that the file is completely unreadablePetr Machata2014-09-112-3/+11
| * Update elf.h from glibc.Mark Wielaard2014-07-042-1/+33
| * Remove mudflap build option.Mark Wielaard2014-04-184-14/+8
| * robustify: libelf gelf define INVALID_NDX macro.Jakub Jelinek2014-01-2320-103/+74
| * robustify: libelf.Jakub Jelinek2014-01-239-18/+139
| * libelf: Only memcpy ehdr back when not already directly mmapped.Mark Wielaard2013-11-112-1/+6
| * libelf: Write all section headers if elf flags contains ELF_F_DIRTY.Mark Wielaard2013-11-052-2/+9
| * Check for prefixed ar, readelf, and nmMichael Forney2013-11-052-1/+5
| * Update elf.h from glibcPetr Machata2013-10-012-2/+154
| * Update elf.h from glibcPetr Machata2013-09-262-111/+261
| * gelf.h: Fix typo in comment.Namhyung Kim2013-08-282-1/+5
| * gelf_getauxv: Add missing whitespace.Mark Wielaard2013-08-282-2/+6
| * gelf_getauxv: Remove unnecessary casts to char *.Mark Wielaard2013-08-272-1/+5
| * gelf_getauxv: Use memcpy, not pointer deref, to avoid alignment problems.Kurt Roeckx2013-08-262-1/+7
| * elf_getarsym: Handle unaligned data in archive index.Roland McGrath2013-01-072-0/+6
| * elf_getarsym: Use memcpy instead of pointer dereference so as not to assume t...Roland McGrath2013-01-072-1/+8